-
nikoleos[m]
* and the first boot may be long ? i am on Google screen for many minutes
-
nickcalyx[m]
> and the first boot may be long ? i on Google screen for many minutes
-
nickcalyx[m]
That part sounds somewhat unusual
-
nikoleos[m]
did i risk some weird thing to turn it off and on on that screen white screen with google on it ?
-
TheJollyRoger
Nope, don't think so. Let it boot.
-
nikoleos[m]
oops im on fastboot again and says enter reason no valid slot to boot
-
nickcalyx[m]
Maybe some part of the.flash.failed
-
nikoleos[m]
so i need to unlock the bootloader again and try to do again the flash script ?
-
nickcalyx[m]
Do you still,have the output from when you flashed the first time,in a terminal window
-
nikoleos[m]
no, i have already close the window
-
TheJollyRoger
If bootloader's locked, then you will need to unlock the bootloader prior to flashing.
-
nickcalyx[m]
OK, just wondering. Its not the end of the world,that you don't have it anymore. But it might have explained what went wrong
-
nikoleos[m]
<nickcalyx[m] "OK, just wondering. Its not the "> so i can just try to run the script again ?
-
TheJollyRoger
Yeah. Also - make sure you're using the official fastboot. This "no operating system found" error can sometimes happen if you've used an incorrectly versioned release of Fastboot that doesn't support autodetection.
-
nikoleos[m]
<TheJollyRoger "Yeah. Also - make sure you're us"> on my desktop ?
-
nickcalyx[m]
Yes
-
nickcalyx[m]
If you run it a second time save the output
-
TheJollyRoger
Yes. if `fastboot --version` doesn't return something like 29.0.something or 30.0.something, then you're likely to end up with a softbrick.
-
nikoleos[m]
sudo fastboot version 30.0.0-6374843
-
TheJollyRoger
Ok, that looks to be OK.
-
nikoleos[m]
<TheJollyRoger "Ok, that looks to be OK."> oh there is an error
-
nikoleos[m]
del.dog is not working
-
TheJollyRoger
Hmm. Might have to ask around here a bit, I'm not all that knowledgeable with the inner workings of fastboot X(
-
nikoleos[m]
fastboot: error: failed to create temporary file for /home/nicolas/sargo-factory-2020.06.02.02/tmp/fastboot_userdata_em9jBa with template boot.img: No such file or directory
-
» TheJollyRoger frowns...
-
nikoleos[m]
oh it seems that i gorgot mkdir tmp
-
nikoleos[m]
* oh it seems that i forgot mkdir tmp
-
TheJollyRoger
Oh XP.
-
generateduser392
anyone able to get protonvpn to work?
-
generateduser392
opens up to white screen
-
generateduser392
not sure if graphene issue or fdroid issue
-
nikoleos[m]
<nickcalyx[m] "If you run it a second time save"> is it ok ?
pastebin.com/hJ8dURsW
-
VincentWantsToBa
XP is so much nostalgia
-
nikoleos[m]
it worked now , good bye
-
nickcalyx[m]
Awesome
-
nickcalyx[m]
> anyone able to get protonvpn to work?
-
nickcalyx[m]
Someone mentioned that earlier, that you should go into fdroid and choose the older version
-
TheJollyRoger
There are times where I feel like the computer's laughing at me. Anytime OpenSSL is involved is one of those times.
-
VincentWantsToBa
TheJollyRoger: lol
-
» TheJollyRoger flops.
-
TheJollyRoger
Hmm. Looks like I can't calculate the Android attestation certificate fingerprints with OpenSSL alone. There must be more to this.
-
strcat[m]
TheJollyRoger: dunno why you're using openssl
-
strcat[m]
or what you mean by fingerprints
-
strcat[m]
you should be using the attestation code
-
strcat[m]
also it outputs the correct values in the errors now
-
TheJollyRoger
Oh.
-
strcat[m]
throw new GeneralSecurityException("invalid verified boot key fingerprint: " + verifiedBootKey);
-
TheJollyRoger
OH
-
strcat[m]
throw new GeneralSecurityException("attestation version " + attestationVersion + " below " + device.attestationVersion);
-
strcat[m]
throw new GeneralSecurityException("keymaster version " + keymasterVersion + " below " + device.keymasterVersion);
-
strcat[m]
adding devices just involves putting them into the certificates array then running it to get the appropriate data
-
strcat[m]
adding the entry to the table, string for device name
-
strcat[m]
you can see all the existing commits adding devices
-
TheJollyRoger
Got it, I'll use a more up to date version. I was trying to find another way of seeing if I could make this automated.
-
strcat[m]
it's only 5 mins of work per device
-
TheJollyRoger
Okay!
-
TheJollyRoger
I'll do my best.
-
strcat[m]
you just build it
-
strcat[m]
if you want it more automated you should use the AttestationServer version of the code as I suggested
-
strcat[m]
and turn it into a program that just reads in the certificates and outputs the appropriate values
-
strcat[m]
basically what it's doing via the app without all the hassle
-
strcat[m]
you should also be aware there are devices with quirks or that are broken
-
TheJollyRoger
Jeez.
-
strcat[m]
and the earlier samples that weren't used probably all have weird issues that weren't figured out
-
strcat[m]
so you should probably start with newer samples
-
strcat[m]
although newer devices probably need an overhaul of the app
-
strcat[m]
at least ones with latest keymaster like Pixel 4
-
strcat[m]
it is development work
-
TheJollyRoger
Jeez.
-
strcat[m]
don't expect to just add entries for all of them to the table
-
strcat[m]
requires spending a day figuring it out
-
strcat[m]
a developer doing that
-
strcat[m]
most older devices will just be 5 mins of work each
-
TheJollyRoger
Yeah... I'm trying to teach myself how to program and how to use the tools concurrently. I don't want to raise any false hopes on this.
-
TheJollyRoger
I thought I'd made some headway and then realized I was fucking up... but that seems to be part of the process for me it seems >_<.
-
JTL
We all start somewhere
-
TheJollyRoger
Night guys.
-
analog[m]
Good night TheJollyRoger, sleep well.
-
TheJollyRoger
Thanks analog[m], you too.
-
» DannyWorkOrderPr waves goodnight
-
galyoninion[m]
hi
-
galyoninion[m]
I have questions
-
galyoninion[m]
Does Google Pixel 3a have a security chip?
-
galyoninion[m]
I heard security chip called Titan-M is important
-
aeonsolution[m]
it should be the Titan M
-
galyoninion[m]
yea
-
galyoninion[m]
But I don't know which Pixel 3a has Titan M or not.
-
galyoninion[m]
please tell me
-
aeonsolution[m]
?
-
aeonsolution[m]
where did you hear that the pixel 3 line doesnt have the titan m
-
galyoninion[m]
"which "is "that"
-
galyoninion[m]
I missing
-
aeonsolution[m]
you can check the device specs to see if it has it
-
stuux[m]
the pixel 3a has the titan m
-
cn3m[m]
The Pixel 2 was the last device before Titan M
-
cn3m[m]
Pixel 3, 3a, and 4 all have it
-
galyoninion[m]
Thanks
-
galyoninion[m]
and one more qu, ok?
-
galyoninion[m]
I will install Graphene OS on Nexus 5x that I am not using now.
-
cn3m[m]
Nexus 5x doesn't have GrapheneOS support anymore
-
JTL
It never did
-
JTL
(Well it did long ago when things were different)
-
galyoninion[m]
Really?
-
JTL
Nexus 5x is old news sadly
-
galyoninion[m]
yea
-
aeonsolution[m]
galyoninion: I really encourage you to check out
grapheneos.org/faq#supported-devices
-
galyoninion[m]
So what mobile OS should I install on Nexus 5x?
-
aeonsolution[m]
The website has everything you need to know about the project, we'd love to answer questions that aren't on the site
-
galyoninion[m]
Android ? or LineageOS?
-
aeonsolution[m]
That's up to you. We don't push a mobile OS because we don't know your threat model.
-
galyoninion[m]
I wanna privacy and security on Nexus 5x
-
aeonsolution[m]
If you want privacy Lineage is not an option.
-
galyoninion[m]
why?
-
galyoninion[m]
it is open source
-
JTL
Open source doesn't magically make it good
-
aeonsolution[m]
Check out
freenode.logbot.info/grapheneos and see what the group has discussed on the subject of Lineage
-
galyoninion[m]
I know Lineageos is not perfect, but I don't know what else of Graphene are solutions
-
galyoninion[m]
Graphene is not worked, and Android is include Google Service
-
galyoninion[m]
Whats else solutions?
-
aeonsolution[m]
building Android without GAPPs or researching how to make Lineage fit your threat model
-
aeonsolution[m]
those things require your time and effort
-
galyoninion[m]
How difference for privacy and security, Android or LineageOS?
-
aeonsolution[m]
the log covers that better than I probably can elaborate on
-
galyoninion[m]
OK, thanks. good bye
-
aeonsolution[m]
good luck!
-
cn3m[m]
<galyoninion[m] "How difference for privacy and s"> Lineage butchers security in almost everyway especially the unofficial versions they are hard to compare
-
strcat[m]
galyoninion: you can't have privacy or security on a device without privacy/security updates like the 5X
-
strcat[m]
are you going to keep Wi-Fi, cellular, Bluetooth and NFC disabled?
-
strcat[m]
because you won't have security updates for any of those components and there are a bunch of known issues including available exploits
-
strcat[m]
there is no OS you can run on it where you will have decent privacy/security
-
strcat[m]
if you want to get a relatively cheap phone to use for many years and have decent privacy and security your best bet is a current generation iPhone SE
-
jalb66
-
jalb66
-
cn3m[m]
jalb66: iirc it doesn't I don't think pixels do usb-c to video
-
jalb66
Hm... 🙁
-
cn3m[m]
<jalb66 "Hm... 🙁"> You have to do some funky wireless thing with an app iirc
-
jalb66
yes, maybe, IDN how this works
-
jalb66
I imagine "share screen" is not what it works here
-
jalb66
It'd be great GOS as a laptop 😉
-
cn3m[m]
jalb66: you should do some research it's been a while since I looked into it
-
jalb66
Ok, thanks
-
cn3m[m]
jalb66: you might want to look into Windows 10 Secure Core PCs. They aren't GrapheneOS level, but especially with Windows X on the horizon the leaps and bounds they are making are insane
-
jalb66
cn3m[m], I know you trust Windows but I don't, sorry, but thank you.
-
jalb66
You were right: The devices you can use with USB-C input port are;
-
jalb66
USB-C smartphones that support video output
-
jalb66
USB-C Macbooks, iPad Pro
-
jalb66
-
jalb66
Although NexDock is not fully compatible with any other Android phones at the moment, we believe “Desktop mode” will be included with most upcoming phones in the future with native support from Google with Android updates.
-
jalb66
If you have a phone with video output support over USB-C and Android 10 you can start testing hidden desktop mode with your NexDock.
-
cn3m[m]
jalb66: I guess you need an iPad Pro then
-
cn3m[m]
For multiple reasons
-
cn3m[m]
They are very secure and private and they could even work that if you wanted
-
jalb66
yes, you're right
-
cn3m[m]
iOS broadly is comparable to GrapheneOS. The distinctions are tiny in security and privacy compared to any other systems imo. Both are fantastic
-
cn3m[m]
I'm rocking 3a and iPad Pro
-
jalb66
cn3m[m], do you disable "Screenlock camera access toggle" to deactivate the camera access when the device is locked?
-
cn3m[m]
<jalb66 "cn3m, do you disable "Screenlock"> I don't recall
-
jalb66
i saw that option in Security
-
cn3m[m]
<jalb66 "i saw that option in Security"> That's probably not a worthwhile setting to chance
-
cn3m[m]
Change*
-
jalb66
It could be if you want to access your camera with some buttons or something like that, I think...
-
jalb66
Like in Gestures
-
cn3m[m]
<jalb66 "It could be if you want to acces"> That's the default config
-
jalb66
Yes... and do you think that Vanadium webview needs Network access, or only Vanadium browser?
-
jalb66
I know it works without that permission but maybe I'm missing something
-
cn3m[m]
<jalb66 "Yes... and do you think that Van"> Don't mess with that it's not needed to worry about
-
jalb66
cn3m[m], ok
-
joshman[m]
Came summer and finally I understand how far is Google behind Apple and Samsung display wise. I can't see shit in bright sunlight. 400nits in pixel is less than on my desktop monitor. Let alone iPhones 1100nits
-
skratchnsniff[m]
Yeah, I was wondering if things like Gallery need Background data..
-
skratchnsniff[m]
And network access.
-
skratchnsniff[m]
Does disabling this break anything?
-
jalb66
skratchnsniff[m], no, it doesn't
-
cn3m[m]
skratchnsniff: it's not really needed TBH what's the threat model where that would be helpful?
-
joshman[m]
Disbale storage and you won't see your pictures
-
skratchnsniff[m]
Just wondering? Just curious cat questions.
-
jalb66
I also disabled all sensors and all works ok
-
jalb66
But I don't use an app needing sensors
-
joshman[m]
Sensors don't do anything in most cases. Read GOS FAQ
-
joshman[m]
Navigation is probably one of the few apps where they are needed
-
jalb66
And track you
-
cn3m[m]
<joshman[m] "Navigation is probably one of th"> But what about spyware? That needs it
-
furofuro_01[m]
Can live OS protect me from privacy invasion of Zoom?
-
joshman[m]
Do you install spyware? I doubt
-
jalb66
Navigation is where you should disable that permission
-
furofuro_01[m]
<furofuro_01[m] "Can live OS protect me from priv"> Zoom's web client by the way
-
joshman[m]
Zomm will invade your Live OS. Will that protect you?
-
joshman[m]
* Zoom will invade your Live OS. Will that protect you?
-
joshman[m]
<jalb66 "Navigation is where you should d"> You are right. I have it disabled btw
-
jalb66
joshman[m], me too 🙂
-
furofuro_01[m]
<joshman[m] "Zomm will invade your Live OS. W"> Well, at least my files?
-
furofuro_01[m]
They would probably be safe I guess?
-
prisonplanet[m]
I would like to donate to grapheneos but not in anything other than Monero
-
prisonplanet[m]
Im requesting a Monero adresse to donate to Grpaheneos
-
fomijafi[m]
Daniel doesn't want to spend time/energy messing with other cryptocoin. Maybe try xmr.to to send bitcoin
-
joshman[m]
prisonplanet do you need a lesson on how to swap xmr 2 btc anonymously ?
-
joshman[m]
Monero is good for privacy, but it is a total waste as an investment asset
-
joshman[m]
* Monero is good for privacy, and a total waste as an investment asset
-
-
skratchnsniff[m]
Cheap google phone?
-
skratchnsniff[m]
Nokia Ones are pretty cheap without the non google bloatware.
-
M1eyeJack[m]
Nice idea.
-
M1eyeJack[m]
Didn't know Nokia was still around, thought they died like Alcatel lol
-
skratchnsniff[m]
It seems pointless removing the google nastiness and then trying to put it back in.
-
skratchnsniff[m]
Maybe that Calyx thing has opengapps?
-
M1eyeJack[m]
I agree, I love not using google. Just wish uber or what ever service had webapps
-
M1eyeJack[m]
Maybe a project to make on holochain ;)
-
M1eyeJack[m]
New business idea for someone ;)
-
skratchnsniff[m]
I just walk.
-
M1eyeJack[m]
Decentralized open source ride sharing service
-
skratchnsniff[m]
Good luck.
-
M1eyeJack[m]
Lol I walk, tram, train, but some times need to get to places that out the way to walk
-
skratchnsniff[m]
Moped?
-
M1eyeJack[m]
Don't have one. And not worth buying at the present time
-
M1eyeJack[m]
But I'm down for a horse lol
-
joshman[m]
I cycle
-
joshman[m]
Everywhere
-
skratchnsniff[m]
Good plan
-
skratchnsniff[m]
Roller blades?
-
M1eyeJack[m]
Nice, I have a skateboard but last weekend had to go country, 20km from train station
-
joshman[m]
My car's battery died long ago idling
-
M1eyeJack[m]
Can't skateboard there
-
joshman[m]
Bike gets me distances up to 50-60km. And that's not even electric
-
skratchnsniff[m]
<skratchnsniff[m] "Roller blades?"> Be cool like Tsutomu Shimomura.
-
M1eyeJack[m]
josh.man: might look into one. Thanks great idea. Also green way of transport so i like it
-
skratchnsniff[m]
Probably cheaper than a new phone too.
-
skratchnsniff[m]
Until you reach the shaved legs level.
-
M1eyeJack[m]
Bahaha right ;)
-
skratchnsniff[m]
But I accept shaved legs if it saves the planet.
-
skratchnsniff[m]
No disrespect Joshman
-
joshman[m]
Cheap won't suffice. 5-10k is fine, going 20-40k to grandmas you will struggle
-
skratchnsniff[m]
Do what he says.
-
skratchnsniff[m]
Leg powered coders unite.
-
dazinism
<M1eyeJack[m] "I agree, I love not using google"> I thought Uber or something similar worked via vanadium?
-
dazinism
Also theres
-
dazinism
Transportr - Open Source Public Transit (Public Transport Companion) -
f-droid.org/app/de.grobox.liberario
-
Hirppa
M1eyeJack[m]: Nokia phones are not manufactured by Nokia, the brand is licensed to HMD Global, a smaller company based in Finland -- so in that sence Nokia is no longer around
-
dazinism
and
-
dazinism
Offi (King of public transit planning!) -
f-droid.org/app/de.schildbach.oeffi
-
jalb66
Please never buy a Nokia (HMD Global) phone!
-
jalb66
I had to buy a Ppixel 3a because Nokia has destroyed my smartphone...
-
jalb66
I had to buy a Pixel 3a because Nokia has destroyed my smartphone...
-
jalb66
Wrong updates, never booting and in a constant loop, sound problems, etc, etc
-
skratchnsniff[m]
I was trying to suggest cheap phone if he must have google. I did not mean to sound like I was shilling it
-
skratchnsniff[m]
Sorry all
-
jalb66
We're 6 months waiting a solution... Read for example this Nokia forum here:
community.phones.nokia.com/categories/nokia-7-1
-
jalb66
Meanwhile my Nokia is always off
-
jalb66
skratchnsniff[m], I know, I think people don't know what HMD Global are doing if they don't own a smartphone. Only my experience
-
jalb66
I wish Nokia will solve this situation. Until now my ols smartphone is broken.
-
jalb66
I wish Nokia will solve this situation. Until now my old smartphone is broken.
-
skratchnsniff[m]
Just trying to keep the graphene unsullied
-
skratchnsniff[m]
Raid a phone recycling bin?
-
skratchnsniff[m]
(If not illegal of course)
-
prisonplanet[m]
<fomijafi[m] "Daniel doesn't want to spend tim"> I want to donate monthly anonymously to grapeheneos, Bitcoin is a garbage its not private. Monero is the best way for this. Please consider openning Monero adress seriously
-
fll[m]
prisonplanet: can you not convert monero anonymously to bitcoin and send that?
-
fll[m]
Why put the work on graphene?
-
xabi[m]
> <@1eyejack:matrix.org> Learnt a big lesson from now using GrapheneOS, ride services and ride sharing apps are pretty much useless now. So now I have to go back to ringing a taxi.
-
xabi[m]
>
-
xabi[m]
...(truncated)
-
xabi[m]
Garmin connect works fine on graphene, I have it in a isolated profile
-
meltedcheddar[m]
Is RiotX using google play services? Do you know if notifications work well in GrapheneOS?
-
yolotrolo[m]
it work well without gplay services
-
yolotrolo[m]
* they work well without gplay services
-
meinbenutzername
Is Whats App (I know it sucks) and Telegram usable on GrapheneOs without gplay services?
-
sel[m]2
<meinbenutzername "Is Whats App (I know it sucks) a"> Telegram has a FOSS client that doesn't rely on FCM so it works
-
sel[m]2
WhatsApp should work as well but I haven't verified that 100%
-
meinbenutzername
Okay thanks :)
-
meinbenutzername
And any problems with banking apps in general?
-
skratchnsniff[m]
<meinbenutzername "Is Whats App (I know it sucks) a"> Workx
-
skratchnsniff[m]
WA
-
skratchnsniff[m]
Just remember to update it like every 2 days.
-
skratchnsniff[m]
It won't remind you.
-
meinbenutzername
Oh okay good to know
-
skratchnsniff[m]
<meinbenutzername "Oh okay good to know"> And maybe put it in a separate user profile which is what I learnt from here.
-
skratchnsniff[m]
"You gotta keep em separated..." Enter drumz.
-
joshman[m]
<prisonplanet[m] "I want to donate monthly anonymo"> Learn about Bitcoin. If you are smart you'll know it's as anonymous as xmr
-
joshman[m]
<meinbenutzername "Is Whats App (I know it sucks) a"> Yes
-
joshman[m]
<prisonplanet[m] "I want to donate monthly anonymo"> Last 365 days moneros value dropped -24%, btc grew by +22%
-
joshman[m]
Why wouldn't Graphene consider my monthly donations in Indian rupees? Because it is volatile piece of crap dropping in value permanently.
-
prisonplanet[m]
<joshman[m] "Why wouldn't Graphene consider m"> I don't want to get into useless debates here, Bitcoin is a cryptomony with no confidentiality, no privacy, it's the worst cryptomony that exists, it's just shit compared to Monero which is digital cash with total anonymity. To donate Bitcoin anonymously, I have to take extreme measures to buy Bitcoin with cash by moving hundreds of miles away from my home, it's
-
prisonplanet[m]
total crap, I want to donate anonymously for security reasons. I don't want to go through the conventional banking system or Bitcoin which are anything but private. With the Monero I can donate anonymously ensuring my security and anonymity, no one will know that I have donated to GrapheneOS, I want to support GrapheneOS because it is a very important project for our privacy but not with currencies devoid of any
-
prisonplanet[m]
confidentiality.
-
prisonplanet[m]
The current volatility of the Monero is not a problem, Daniel will just have to convert the Monero into fiat currency as soon as he receives it, it's not complicated.
-
joshman[m]
Ok. No further comments. You know Jack sh about Bitcoin. Do your due diligence and come back later.
-
joshman[m]
Just a quick tip. Convert xmr to btc in your trust wallet, coinomi wallet or any other Dex. Quick, cheap, anonymous
-
prisonplanet[m]
I live in a totalitarian state, anonymity and confidentiality is not an option for me, it is an obligation for my safety. I hope you understand that.
-
joshman[m]
I live in a State where cash is no longer available. I hope you understand
-
renlord
joshman[m]: australia?
-
joshman[m]
Nah. You guys ran out of cash??
-
renlord
no
-
joshman[m]
Norway is officially cashless society
-
prisonplanet[m]
<joshman[m] "I live in a State where cash is "> And you don't mind using Bitcoin, the worst totally traceable and transparent digital currency? When there's monero specifically designed for total anonymity? It's paradoxical.
-
silkbrain[m]
prisonplanet: Can you please provide some source with regard to Monero anonymity?
-
joshman[m]
I don't mind because I know how to use BTC anonymously
-
silkbrain[m]
prisonplanet: "total anonymity" sounds like snake oil red flag.
-
renlord
anonimity operates on a spectrum.
-
joshman[m]
He is wrong. Though xmr is pretty good it's not bulletproof
-
renlord
there's no boolean classification for anonymity.
-
renlord
especially so with bitcoin and xmr
-
renlord
you mix until you find the degree of obfuscation is satisfactory to meet your anonymity criterion
-
joshman[m]
He is just xmr fanboy. Otherwise he would know that ZEC has been proven "better" anonymity, not "total anonymity"
-
renlord
joshman[m]: not really either, the set of people that use zec is so small and the subset of people that use sheilded transactions even smaller
-
renlord
the moment you use it, you're already flagged.
-
prisonplanet[m]
<joshman[m] "I don't mind because I know how "> To buy Bitcoin anonymously, you have to..:
-
renlord
lol
-
joshman[m]
Someone needs to kick this guy's ass. This is getting too far 🙄
-
renlord
anyways, this is not the appropriate forum to be shilling cryptocurrencies
-
prisonplanet[m]
-
renlord
the donatee can elect whatever method they wish to collect their donations
-
renlord
if you're not happy with the methodology, you can opt not to donate.
-
renlord
the donatee has expressed on many occasion that he does not wish to be inundiated with the overhead processes of supporting additional donation methods.
-
renlord
*inundated
-
prisonplanet[m]
<joshman[m] "Someone needs to kick this guy's"> I just proposed a confidential donation method and since you know absolutely nothing about it and have no argument, you want to banish me right away. You really are a poor guy, a totalitarian dictator who doesn't tolerate being contradicted. It's pathetic.
-
renlord
prisonplanet[m]: please take your personal grievances offline
-
prisonplanet[m]
It's unbelievable that this guy wants to banish me right away because he has no argument, he's wrong and can't tolerate being wrong.
-
prisonplanet[m]
Anyway, I said what I had to say, I came up with an idea. Now it's not up to me. I propose ideas and I have the right. That's all I had to say.
-
prisonplanet[m]
Just one question, does the Signal program consume a lot of battery power on GrapheneOS? Because there are no googleplay services in it.
-
skratchnsniff[m]
Damn a lot happened since I went to the bathroom.
-
yolotrolo[m]
<prisonplanet[m] "Just one question, does the Sign"> it consume more battery than whatapps for me, even with the recent fix about it
-
skratchnsniff[m]
The graphene boot logo looks sick (awesome) by the way.
-
sel[m]2
> Norway is officially cashless society
-
sel[m]2
yikes man
-
renlord
so is sweden
-
renlord
when i visited.
-
sel[m]2
Double yikes
-
sel[m]2
Glad I'm not there :)
-
renlord
i dont eeven know what the swedish krona cash looks like in real life.
-
yolotrolo[m]
<yolotrolo[m] "it consume more battery than wha"> whatapps battery usage is pretty low
-
prisonplanet[m]
<yolotrolo[m] "it consume more battery than wha"> Seriously ? How long is the battery life?
-
yolotrolo[m]
i don't know i have uninstalled signal, plus i'm not using a pixel, i was just replying to about signal without google play
-
yolotrolo[m]
* i don't know i have uninstalled signal, plus i'm not using a pixel, i was just replying to about signal without google play services
-
prisonplanet[m]
Ok thanks
-
prisonplanet[m]
Googe maps work on Graphene?
-
meltedcheddar[m]
<prisonplanet[m] "Just one question, does the Sign"> Consumes same battery power compared to whatsapp.
-
meltedcheddar[m]
U can use dark mode in apps to consume less power.
-
joshman[m]
Battery is better because no Google services
-
joshman[m]
8hrs display on time
-
joshman[m]
Google maps work, so is Google camera, Gboard
-
-
joshman[m]
3xl
-
brenneke[m]
Stock Contacts app that comes with GrapheneOS has no dark mode AFAICT.
-
brenneke[m]
I have tried Simple Contacts (nice app) but when I import my VCF file it only allows me to target Signal, the result is that all my contacts show but those who are not in Signal have no phone numbers showing.
-
brenneke[m]
...(truncated)
-
joshman[m]
Stay with no dark
-
fluoridatedsheep
may be a stupid question, but are all gapps off the table with graphene?
-
brenneke[m]
<joshman[m] "Stay with no dark"> Makes sense thanks.
-
brenneke[m]
Finding pic quality with Open Camera bad, any tips to improve this?
-
brenneke[m]
Has stock camera app been improved at all with latest updates?
-
-
prisonplanet[m]
What is the best camera app for 3XL grapheneos
-
nickcalyx[m]
I haven't tried every camera app but I really think the google camera app is great.. with night mode and panoramas and that 3d sphere stuff
-
madaidan[m]
That name is borderline impersonation
-
xabi[m]
It is
-
skratchnsniff[m]
Brand protection....
-
xabi[m]
grapheneos: you are using the name of something that you are not developing
-
skratchnsniff[m]
-
-
skratchnsniff[m]
I assume using riot. Maybe make an ass of myself.
-
skratchnsniff[m]
(Me not you)
-
skratchnsniff[m]
Do you mean network time?
-
skratchnsniff[m]
Backspace?
-
skratchnsniff[m]
Sim card?
-
skratchnsniff[m]
Coz the SiM card is in the phone?
-
skratchnsniff[m]
Do you mean how does the app know what country your SIM card is from?
-
skratchnsniff[m]
I am not qualified for that question.
-
skratchnsniff[m]
I am still a bit unsure of the question actually.
-
skratchnsniff[m]
Is the SIM card from the same country?
-
skratchnsniff[m]
But the SIM is in the phone.
-
cn3m[m]
<grapheneos[m] "so what info do apps get from si"> This is answered on the FAQ please read the whole site
-
fll[m]
Can you make accounts without phone number on signal or whatsapp now?
-
fll[m]
And they don't use country from that phone number but a different country?
-
brenneke[m]
<nickcalyx[m] "I haven't tried every camera app"> Where do you get Google Camera from? Can't find it with Aurora.
-
fll[m]
Maybe they use registered country of the IP the divce connects from?
-
fll[m]
How do you even test that? Factory rest phone, turn off all connections, set country then install apk?
-
fll[m]
Hmm...don't know how that works but that's what I would expect. I would expect a 2nd user to have access to the basic phone functions and therefore apps just the same as on the main user
-
brenneke[m]
<brenneke[m] "Where do you get Google Camera f"> Anyone know?
-
generateduser392
on graphene?
-
generateduser392
you need apk and google play services for it to work
-
generateduser392
why bother installing graphene when you're going to reinstall google spyware?
-
nickcalyx[m]
You can find it on apkmirror
-
nickcalyx[m]
And I don't think it can spy on you without Google play framework, though I could be wrong
-
generateduser392
<nickcalyx[m] "And I don't think it can spy on "> you need that for gcam to work
-
xabi[m]
<generateduser392 "you need that for gcam to work"> You can use microg without signature spoofing and 0 permission
-
generateduser392
does graphene even support microg?
-
xabi[m]
Then not allow network connections on gcam, all on a separate profile
-
generateduser392
don't think it does based on daniel's posts
-
xabi[m]
<generateduser392 "does graphene even support micro"> It doesn't, but gcam works with non working microg
-
xabi[m]
Gcamera checks if gplay services are installed but doesn't check the signature, microg has same package name as gplay services but the wrong signature, so it doesn't get instegrated in graphene os but gcam thinks it's legit
-
brenneke[m]
<nickcalyx[m] "You can find it on apkmirror"> Thanks.
-
generateduser392
<xabi[m] "Gcamera checks if gplay services"> does gplay services run in background? or just a folder for gcam to refer to?
-
generateduser392
> <@xabierd:matrix.org> Gcamera checks if gplay services are installed but doesn't check the signature, microg has same package name as gplay services but the wrong signature, so it doesn't get instegrated in graphene os but gcam thinks it's legit
-
generateduser392
* does microg run in background? or just a folder for gcam to refer to?
-
jalb66
I'll post some service you can use with gcam, I'll see when it is
-
jalb66
-
jalb66
Try the app if it works
-
xabi[m]
<jalb66 "I'll post some service you can u"> Seems like a good idea, what's better than microg?
-
dallemon[m]
<jalb66 "Here it is:
github.com/L"> Currently using this with latest Gcam without issue.
-
jalb66
dallemon[m], 🙂
-
jalb66
dallemon[m], I suppose that it sends information to Google anyway
-
jalb66
Do you use it in another profile and without Network permission?
-
DannyWorkOrderPr
<fll[m] "Hmm...don't know how that works "> This is exactly the case.
-
jalb66
Which Pixel?
-
dallemon[m]
Haven't checked, but it's without network enabled.
-
dallemon[m]
<jalb66 "Which Pixel?"> Using a Pixel 2 XL
-
jalb66
dallemon[m], thanks
-
brenneke[m]
<dallemon[m] "Currently using this with latest"> Nice thanks!
-
jalb66
I thought about using it because in Pixel 3a HDR+ works!
-
jalb66
But using a Google app...
-
dallemon[m]
Waiting for a seller to respond in regards with getting a 4 XL
-
generateduser392
<jalb66 "But using a Google app..."> same, not willing to risk it
-
dallemon[m]
<jalb66 "But using a Google app..."> Using Gboard and Gallery Go anyway, so I'm pretty happy to replace OpenCamera
-
generateduser392
would like night mode and slightly better pics
-
jalb66
Anyway I don't need a good camera and I only use Simple Camera
-
-
generateduser392
<dallemon[m] "Using Gboard and Gallery Go anyw"> openboard can replace gboard
-
generateduser392
get it from fdroid
-
jalb66
Or the stock app
-
xabi[m]
Open board is good enough
-
joshman[m]
<prisonplanet[m] "What is the best camera app for "> Gcam is best. opencam is second best.
-
greenmoon[m]
<grapheneos[m] "ok just installed phone informat"> But it seems to require Phone permission for that, even if you dont give phone permission to signal it still fill the phone field with your country code
-
generateduser392
stock doesn't have swipe to move cursor
-
dallemon[m]
Does it do gesture typing as well? And work with other languages than English?
-
generateduser392
I find swipe typing to be slower
-
jalb66
joshman[m], but you need Camera, Storage and Microphone permissions, maybe you mean about disabling Network permission
-
generateduser392
<dallemon[m] "Does it do gesture typing as wel"> most languages other than asian languages
-
jalb66
generateduser392, yes I know, I don't need it
-
joshman[m]
<generateduser392 "you need apk and google play ser"> You don't need it. Wrong info
-
dallemon[m]
<generateduser392 "most languages other than asian "> Ok i will give it a try. Just found all other keyboards to have significantly worse gesture typing
-
generateduser392
<joshman[m] "You don't need it. Wrong info"> so just install apk and it works?
-
generateduser392
no need to install any other things?
-
generateduser392
and on graphene?
-
dallemon[m]
generateduser710: you need the APK from the github link that was just posted and Gcam APK
-
dallemon[m]
Nothing else
-
xabi[m]
Those gcam services don't work on my pixel 3, latest grapheneOS, back to microg
-
generateduser392
<dallemon[m] "generateduser710: you need the A"> either app phones home to Big Bro (google)?
-
joshman[m]
<xabi[m] "Those gcam services don't work o"> Something is wrong for you. Works like a charm on my p3xl
-
generateduser392
and all gcam features?
-
dallemon[m]
<generateduser392 "either app phones home to Big Br"> Gcam probably does. But haven't checked.
-
generateduser392
<dallemon[m] "Gcam probably does. But haven't "> even with network access denied?
-
dallemon[m]
<generateduser392 "even with network access denied?"> No, it can't.
-
joshman[m]
It doesn't. I checked. Network disabled. Only concern whether it connects outside through partner apps
-
dallemon[m]
<generateduser392 "and all gcam features?"> And yes, all features for my 2XL work
-
cn3m[m]
No direct connections and most indirect ones are cut off
-
cn3m[m]
Theres no better options right now
-
joshman[m]
Works great for my threat model. Degoogled Google phone with Google apps 🏃
-
generateduser392
I already have gboard installed, hate to rely on another google app
-
generateduser392
default and openboard don't have language I need
-
joshman[m]
Yeah. Gboard is superior
-
generateduser392
unfortunately
-
dallemon[m]
It's a secure, hardened AOSP based OS. Never seen it as a means for getting "Degoogled", personally.
-
cn3m[m]
The only device I could use with no Google apps is my iPad Pro
-
generateduser392
can I get gcam from aurora store?
-
jalb66
generateduser392, no, apkmirrror
-
jalb66
generateduser392, no, apkmirror
-
generateduser392
why?
-
jalb66
Ask Aurora, IDN
-
generateduser392
fuck, its on google play but not aurora
-
nickcalyx[m]
Once you install gcam from apkmirror it will pick up updates from aurora
-
-
joshman[m]
brenneke what version are you on ?
-
brenneke[m]
<joshman[m] "brenneke what version are you on"> Latest from the XDA link.
-
DannyWorkOrderPr
<generateduser392 "fuck, its on google play but not"> Are there settings to toggle unsupported devices or something? Not sure of a reason it wouldn't be there.
-
joshman[m]
It's not latest on XDA
-
generateduser392
<DannyWorkOrderPr "Are there settings to toggle uns"> just checked, nope
-
brenneke[m]
<joshman[m] "It's not latest on XDA"> It is a modified APK so it is latest there AFAIK.
-
jalb66
Gcam is not opensource, is it?
-
nickcalyx[m]
Nope, its proprietary
-
jalb66
Ok.. I thought so
-
generateduser392
maybe download older version from apkmirror and use aurora to update to latest version?
-
joshman[m]
brenneke that app hasn't gotten any update since January
-
brenneke[m]
<joshman[m] "brenneke that app hasn't gotten "> Its just a camera.
-
joshman[m]
generateduser710 Aurora won't see it. I just updated manually
-
joshman[m]
brenneke it is better camera since January
-
generateduser392
<joshman[m] "generateduser710 Aurora won't se"> do you check apkmirror every so often?
-
generateduser392
or there some other way to get update notification?
-
joshman[m]
I checked latest version on play store. Mine was outdated. Last time I checked was in March
-
brenneke[m]
<joshman[m] "brenneke it is better camera sin"> Better how?
-
generateduser392
there's a june version
-
joshman[m]
Care to read changelog?
-
brenneke[m]
<joshman[m] "Care to read changelog? "> Please.
-
joshman[m]
Gcam is superior camera app because of its sophisticated software rendering, updates make sense
-
joshman[m]
Current cameras are not so different hardware wise. It is all about post processing
-
generateduser392
recommended gcam settings for 3a?
-
brenneke[m]
<joshman[m] "Gcam is superior camera app beca"> Thought you offered to send me changelog.
-
joshman[m]
I realized too many things changed ever since. There are 5 major changes between March and June version let alone January
-
generateduser392
gcam services provider doesn't have network access toggle?
-
nickcalyx[m]
> or there some other way to get update notification?
-
nickcalyx[m]
It can get updates via aurora
-
generateduser392
I'm unable to open photo after taking it
-
generateduser392
gives black screen
-
generateduser392
* I'm unable to open photo in app after taking it
-
cyredanthem[m]1
generateduser710: you need Google gallery
-
joshman[m]
You need Google Fotos
-
jalb66
With Simple Gallery you can view them and it's free and opensource
-
brenneke[m]
<jalb66 "With Simple Gallery you can view"> Photo viewing working from gcam her, Simple Gallery installed, stock Gallery disabled.
-
brenneke[m]
No Google Photos installed.
-
joshman[m]
Can you open last picture from gcam directly, cause that's what generateduser710 was asking
-
brenneke[m]
Yes.
-
generateduser392
you use xda or apkmirror version?
-
brenneke[m]
XDA.
-
generateduser392
thats older version and edited by someone else
-
brenneke[m]
Snap photo, select round picture icon bottom right, opens pic and lets me scroll to other pics in gallery. Also lets me delete without confirmation which I like.
-
joshman[m]
Simple gallery sucks big time. viewing is not smooth. basic photo editing tools missing. Needs Snapseed or something to edit. Google Fotos is ideal
-
joshman[m]
Delete without confirmation is dope though
-
brenneke[m]
Mine allows pic editing without an extras. Careful with Simple apps, there are other developers also using Simple name. Tibor Kaputa is the right developer.
-
-
jalb66
brenneke[m], that's right 🙂
-
greenmoon[m]
I juste use Google markup to edit pictures in simple gallery
-
-
jalb66
The point is that I don't use closed source apps
-
greenmoon[m]
* I just use Google markup to edit pictures in simple gallery
-
greenmoon[m]
* I just use Google markup to edit pictures in simple gallery and everywhere else
-
generateduser392
<jalb66 "The point is that I don't use cl"> hard but doable
-
generateduser392
> <@freenode_jalb66:matrix.org> The point is that I don't use closed source apps
-
generateduser392
* hard but do-able
-
cereal_eater
are Simple apps trustworthy regarding safety and privacy?
-
joshman[m]
Open source apps is false feeling of security
-
generateduser392
they're good and simple
-
generateduser392
only covers basics, no fancy features
-
jalb66
joshman[m], if someone can review the code, is it false?, you don't know what's inside a closed source app
-
joshman[m]
Simple apps are open source yet people ask is it safe and secure?
-
jalb66
But I won't begin a discussion about it, it's only a choice
-
cereal_eater
I am thinking of replacing the stock sms and phone app, but I am hesitating
-
generateduser392
<jalb66 "josh.man, if someone can review "> in theory, they're good
-
joshman[m]
Nobody is reviewing code. Graphene OS lacks developers
-
jalb66
joshman[m], I mean when I install a new app
-
generateduser392
as someone who knows jack-shit about code, I have to trust that others have reviewed the code
-
generateduser392
and trust their judgment
-
brenneke[m]
<cereal_eater "are Simple apps trustworthy rega"> Their mission statement here:
-
jalb66
And it doesn't mean safe and secure, only that it doesn't contain backdoors
-
joshman[m]
When were Simple apps code last audited? Never?
-
generateduser392
<cereal_eater "I am thinking of replacing the s"> signal or qksms, I use graphene default for phone
-
jalb66
You can check the code at least, it's better than being impossible to do it
-
joshman[m]
We all know they all have good intentions. Yet Brave sucked big time lately
-
generateduser392
> <@freenode_cereal_eater:matrix.org> I am thinking of replacing the stock sms and phone app, but I am hesitating
-
generateduser392
* signal or qksms or graphene default, I use graphene default for phone
-
jalb66
joshman[m], with Internet access it's another story...
-
joshman[m]
They can access Internet through partner apps
-
generateduser392
<joshman[m] "They can access Internet through"> anyway to detect that?
-
jalb66
Not always
-
-
generateduser392
no need extra fancy features
-
generateduser392
don't think signal works for sms only
-
generateduser392
without registering for their service
-
nickcalyx[m]
signal would probably work for sms only but you can't really enter the app until you register
-
joshman[m]
AOSP stock apps are such a mess in design. Phone app no dark mode, clock app electro blue. What are those guys smoking when they code?
-
brenneke[m]
<generateduser392 "without registering for their se"> Not sure but Signal is much better to use than WhatsApo, Messenger etc.
-
generateduser392
<joshman[m] "AOSP stock apps are such a mess "> rolled up bills from ad money
-
joshman[m]
Better not to mix signal with SMS from 1980s. They should be avoided not embraced. If I was lead dev I'd remove that option
-
generateduser392
Why?
-
TheJollyRoger
joshman[m]: this is actually by design. Remember that network effect, and transparency of use is what drives adoption.
-
TheJollyRoger
The idea being, Signal wants users to not feel like they're going out of their way to use encryption, and can use it opportunistically.
-
TheJollyRoger
So far, Signal holds my personal record of "Time between falling back to plaintext" of three years, since roughly 2017, with one exception that was actually /my fault./
-
cereal_eater
what daoes that mean that the terms of use of the phone app leads to a google website. is it that it just uses code from aosp?
-
generateduser392
yea
-
joshman[m]
Nah. I prefer iPhone approach. No other sms apps other than stock. SMS is 40 years old. How many more years do people need that pigeon mail is outdated?
-
TheJollyRoger
So it's not a misfeature or a bug. You should read the paper Obstacles to Adoption of Secure Communication Tools released by the University of Bonn and University College London (You may recognize several of its authors, one of them wrote the improved EFF Diceware Worldlist)
-
generateduser392
minimizing number of apps and services on phone
-
joshman[m]
* Nah. I prefer iPhone approach. No other sms apps other than stock. SMS is 40 years old. How many more years do people need to understand that pigeon mail is outdated?
-
TheJollyRoger
Again, it's your own personal preference, but for the majority of people, they don't /want/ to have 20 different messaging apps that they need to check separately.
-
TheJollyRoger
It's a principle of harm reduction.
-
generateduser392
thats why people install entire google spyware bundle (I mean suite)
-
joshman[m]
We are speaking about two apps not 20 and one of them is 40 years old
-
TheJollyRoger
Even two apps is a cognitive load on most users who'd just prefer their apps to work, and the SMS userbase is very entrenched.
-
generateduser392
similar idea, just number difference
-
TheJollyRoger
Remember, you're experienced enough to install GrapheneOS. Most people aren't going to go that far. Most people would rather just tap through the launcher and not even change the defaults!
-
TheJollyRoger
So how can you expect them to maintain two separate apps for what appears to them to inevitably do the same thing?
-
generateduser392
FOSS masterrace? /s
-
joshman[m]
Most people use messenger, WA, Instagram direct and a bunch of other messengers
-
TheJollyRoger
In fact, for people like those, which is to say a majority of the population, it's better that the platform be consolidated, since at least that way they can't fall back to the insecure one out of /simple laziness/.
-
dallemon[m]
Plus Signal also keeps your SMS stored securely
-
aeonsolution[m]
i don't think we should characterize people as by default not caring about their privacy generateduser710
-
TheJollyRoger
Yes -- so the fact we can get them to use Signal is a massive milestone.
-
aeonsolution[m]
people just don't know
-
joshman[m]
SMS app ja only for banking confirmation which is absolutely insane in 2020
-
TheJollyRoger
Agreed on that point, but I think you should read that study. I'll link it to you...
-
aeonsolution[m]
hey everyone, here's another call to help those wanting to help out with Vanadium
-
generateduser392
<aeonsolution[m] "i don't think we should characte"> didn't say that, was saying they prioritize ease of use over privacy
-
brenneke[m]
<joshman[m] "* Nah. I prefer iPhone approach."> Signal started as TextSecure which encrypted SMS messages. They now have evolved away from that, but kept SMS in their app so you can invite non-Signal users.......if I have it right.
-
aeonsolution[m]
right, because they don't know what they are giving up
-
TheJollyRoger
-
joshman[m]
Will do !
-
TheJollyRoger
brenneke[m]: yes. These days, contact discovery is expected to be automatic, is expected to be transparent, and is expected to be human-meaningful. Without those, there's no hope for meaningful adoption.
-
TheJollyRoger
A large takeaway from this paper is that there is a disparity between what users want in a secure messaging app, and what we, the crypto/ITSec nerds believe them to want in a secure messaging app, and why previous efforts to introduce secure messaging tools have faced a lot of problems in the past and still continue to today.
-
generateduser392
technical jargon confuses and is a major turnoff for most
-
TheJollyRoger
Yes. In fact, something that may blow your mind: many ordinary average users that this study interviewed actually believed /obscurity was a benefit/ and percieved open source as a drawback!
-
jalb66
🙂
-
TheJollyRoger
jalb66: I'm talking about a study.
-
TheJollyRoger
Where they were trying to find out /why/ people didn't adopt secure communication tools even given their prevalance and ease of use.
-
jalb66
I know
-
joshman[m]
They are right in a way. Apple's obscurity helps security
-
generateduser392
same thing holds true for all fields, not just tech
-
TheJollyRoger
Yeah. To /us/ it seems obvious and totally "whaa?!", but to us it's hard for us to place ourselves in the shoes of someone with no knowledge, an incomplete threat model, no understanding of how things work, and who can only rely on what they see.
-
generateduser392
plus few want to spend time to start from basics
-
TheJollyRoger
Yeah!
-
generateduser392
they expect to jump in and understand everything
-
joshman[m]
Signal is older than WhatsApp yet latter is #2 in the world
-
joshman[m]
Xmpp is safer than Signal yet nobody uses it in daily conversations
-
jalb66
joshman[m], I use xmpp in daily conversations but I think Signal is safer
-
TheJollyRoger
I disagree: XMPP suffers from the same problem where you need to trust the server with your contact list and there's no domain fronting nor cover traffic.
-
jalb66
But it's because I use some channels too in xmpp
-
TheJollyRoger
So essentially if you're using a private XMPP server, even if you trust the server, someone with the ability to pervasively and passively monitor the network can simply see all the connections and packets flowing to it.
-
TheJollyRoger
Since you and your buddies will be the only ones on it.
-
jalb66
TheJollyRoger, but I think Matrix is worst in privacy than xmpp, but it's making many efforts lately
-
joshman[m]
Signal has got many drawbacks as well, so I wouldn't be so sure about who's safer here
-
joshman[m]
* Signal has got many drawbacks too, so I wouldn't be so sure about who's safer here
-
TheJollyRoger
jalb66: yes, I think a bit back I did a bit of smalltalk on Matrix/Riot, few days ago or last week. It was one of those "get a drink because we could be here for a long time" ones.
-
jalb66
And consume many resources
-
jalb66
xmpp is fast and easy
-
TheJollyRoger
Indeed Signal's not a perfect, but it's a hell of a lot safer than the dumpster fire that's XMPP with storing the contact list in plaintext, the messy state of addons and fragmented clients --
-
TheJollyRoger
in fact, one of the reasons I abandoned XMPP is because the software plugins to use OMEMO are mostly written in Python2.
-
TheJollyRoger
They're going to stop working soon.
-
TheJollyRoger
If not, they already have.
-
TheJollyRoger
*contact list in plaintext on the server,
-
jalb66
TheJollyRoger, interesting
-
jalb66
maybe an update?
-
TheJollyRoger
Then the issue is, what happens when your contact is located on a different server? On Signal, this is no problem, because with Sealed Sender, half the metadata is encrypted and inaccessible to the server anyways.
-
TheJollyRoger
On XMPP? Well you'd better hope that your recieving server enforces STS-TLS with strict validation and no fallback, and yours does too.
-
jalb66
TheJollyRoger, but note that in xmpp the contact is not a phone, it's a nickname
-
TheJollyRoger
You'd also better hope that you can trust not one, but now /TWO/ service providers!
-
TheJollyRoger
jalb66: on Signal the contact list isn't sent to the server, it's matched via hashes.
-
jalb66
I don't allow the contact list in xmpp
-
jalb66
I only add accounts
-
joshman[m]
Nicknames Are soon to hit Signal
-
jalb66
joshman[m], that would be great
-
TheJollyRoger
jalb66: look at the standard for XMPP when you add a contact to your XMPP account.
-
TheJollyRoger
It's not your phone's contact list, it's who you contact via XMPP.
-
jalb66
TheJollyRoger, it always ask me for that permission in Conversations, but I don't allow it
-
jalb66
Ah ok
-
joshman[m]
Nicknames and conference calls pretty much are coming same time
-
jalb66
But all people are only nicknames
-
jalb66
It could be anyone
-
TheJollyRoger
yes. Nicknames are coming to Signal in the near-future and they're hoping to improve the anonymity properties of it.
-
TheJollyRoger
Again though, this is something addressed by the paper.
-
TheJollyRoger
Of why they chose phone numbers initially.
-
joshman[m]
They've been hiring recently. Only US folks allowed. No good imo
-
nickcalyx[m]
how is it only US folks allowed
-
joshman[m]
The excuse was due to time difference productiveness would suffer
-
joshman[m]
Only US devs could apply for open positions
-
jalb66
TheJollyRoger, and what about USA requering access to all the servers or apps/programs in the country?, is that true?
-
joshman[m]
* US based devs only could apply for open positions
-
jalb66
They also want to avoid encryption
-
jalb66
Or only a rumour
-
joshman[m]
Not a rumour
-
joshman[m]
The law is under development
-
joshman[m]
* Not a rumour
-
joshman[m]
The law is in development
-
nickcalyx[m]
there are always proposals but there is no such access
-
jalb66
ok
-
TheJollyRoger
jalb66: if EARN-IT passes, we'll have to move platforms, or Signal will need to relocate. Or we can start simply compiling from source.
-
nickcalyx[m]
I mean, the NSA spies on everything, we know this from Snowden. But that doesn't mean they can break crypto at scale
-
jalb66
Yeah
-
TheJollyRoger
After all, the rationale behind the Signal client software is that we /distrust the server./
-
jalb66
That's true
-
jalb66
Even there are some forks out there
-
joshman[m]
The deal is to get as much folks on Signal as possible then pass the bill and voila you're decrypted. WeChat 2.0
-
joshman[m]
I read Signal won't relocate servers if Bill gets through
-
jalb66
Briar then
-
jalb66
Maybe Session, but I don't trust it yet
-
jalb66
Maybe Session, but I don't trust in it yet
-
fire-water56[m]
Hello everyone...I hope this is the right area for GrapheneOS install questions
-
TheJollyRoger
Hi fire-water56[m], yes, it is.
-
TheJollyRoger
What can I do for you?
-
fire-water56[m]
I am having troubles with my instlall right now....
-
joshman[m]
And the story starts again. SMS to iMessage to Whatsapp to signal to briar and on and on
-
TheJollyRoger
Ok, let's start at the beginning: have you saved the output history?
-
fire-water56[m]
I am using Elementary os on my pc, I am trying to follow the instructions on the graphene os website...
-
fire-water56[m]
It seams I am at the point of "Flashing factory images"
-
skratchnsniff[m]
<TheJollyRoger "jalb66: if EARN-IT passes, we'll"> Holy crap
-
jalb66
joshman[m], but in Briar is a connection without a centralized server
-
fire-water56[m]
I am also not the most savy using linux. I have a Pixel 3a, fully up todate, I have enable OEM unlocking, and the boot loader is unlocked.
-
TheJollyRoger
fire-water56[m]: can you paste output somewhere for us?
-
TheJollyRoger
(also, what does `fastboot --version` tell you?)
-
fire-water56[m]
sure... do you mean take a screenshot? sorry for my newbeness
-
TheJollyRoger
Copy-paste the output from terminal into text, or that.
-
fire-water56[m]
Thank you
-
-
TheJollyRoger
No problem, I think what's happening is you're entering it into curl wrong.
-
TheJollyRoger
Ah wait up.
-
TheJollyRoger
Just a sec.
-
fire-water56[m]
Thank you
-
TheJollyRoger
You're on a pixel 3a, correct?
-
TheJollyRoger
You're going to need sargo.
-
TheJollyRoger
Not crosshatch.
-
TheJollyRoger
Crosshatch is for 3XL.
-
fire-water56[m]
correct, pixel 3a
-
TheJollyRoger
I'm seeing you're entering both in.
-
TheJollyRoger
It's not finding it, and then curl is saying "I can't write this."
-
fire-water56[m]
As you can see, I am confused...lol
-
TheJollyRoger
Then when you try to unzip it it's saying "I'm not finding a proper zip."
-
TheJollyRoger
Ok. Try this one:
-
TheJollyRoger
-
TheJollyRoger
Whoops!
-
TheJollyRoger
Sorry, this:
-
TheJollyRoger
-
TheJollyRoger
Sorry, there shouldn't be a period on the end there.
-
fire-water56[m]
ok, so just copy that and paste in to the terminal then enter
-
TheJollyRoger
The second one, I accidentally added a "." onto the end there.
-
TheJollyRoger
Yes.
-
fire-water56[m]
Ok... stand by
-
fire-water56[m]
patriot--os@patriotos-System-Product-Name:/usr/lib/android-sdk/platform-tools$ curl -O <a href="
releases.grapheneos.org/sargo-factory-2020.06.02.02.zip" class="linkified" target="_blank" rel="noreferrer noopener">
releases.grapheneos.org/sargo-factory-2020.06.02.02.zip</a> && echo
-
fire-water56[m]
bash: syntax error near unexpected token `&'
-
fire-water56[m]
patriot--os@patriotos-System-Product-Name:/usr/lib/android-sdk/platform-tools$
-
TheJollyRoger
Ok, my mistake, try:
-
fire-water56[m]
I did and that is what popped up
-
TheJollyRoger
-
TheJollyRoger
Try that on its own.
-
TheJollyRoger
I like to use && echo "Done" to indicate the last error code, curl didn't like that >_<.
-
TheJollyRoger
(Again, my oopsie)
-
fire-water56[m]
I added the sudo in front of it and i looks like it is downloading
-
TheJollyRoger
Stop.
-
TheJollyRoger
DON'T use curl with sudo.
-
TheJollyRoger
Please.
-
skratchnsniff[m]
<jalb66 "josh.man, but in Briar is a conn"> Briar is awesome but I am my only contact haha
-
jalb66
skratchnsniff[m], lol
-
skratchnsniff[m]
It makes me cry coz, like so many awesome apps, no one will freakin use it.
-
jalb66
skratchnsniff[m], that's why I only tested it with a friend of mine and nothing more, uninstalling it later
-
jalb66
Yeah
-
fire-water56[m]
I copied and pasted your command and this is what came up....
-
-
fire-water56[m]
then I used the sudo in front of it
-
TheJollyRoger
fire-water56[m]: you're in a location you're not privileged to write to.
-
TheJollyRoger
"cd ~"
-
TheJollyRoger
Er, without quotes
-
TheJollyRoger
Then "ls -lah" and see if you have write permission in your home directory.
-
TheJollyRoger
You'er in /usr/
-
-
TheJollyRoger
Also - are you using the official release of adb or the one that came in your operating system repository?
-
fire-water56[m]
that is my latest in terminal
-
TheJollyRoger
no, "cd ~" and "ls -lah" are separate commands
-
fire-water56[m]
after you said to stop , I was already download and foolish me typed stop... as you can see it
-
TheJollyRoger
If you want to put them on the same line, do "cd ~ && ls -lah"
-
-
TheJollyRoger
You're in a location that's only writable by root.
-
TheJollyRoger
Ok. Now try this:
-
fire-water56[m]
<TheJollyRoger "Also - are you using the officia"> honestly I don't know
-
TheJollyRoger
-
fire-water56[m]
<TheJollyRoger "curl -O
releases.graphen"> I tried that command and now it is downloading again
-
TheJollyRoger
fire-water56[m]: ok, when that command is finished, I want you to try "fastboot --version" If it says anything less than "29.0" then stop right there because it will likely softbrick your phone.
-
fire-water56[m]
Thank you very much for your help so far
-
TheJollyRoger
Anytime!
-
fire-water56[m]
ok will do. It looks like I am at 21% and then I will try the fastboot version
-
TheJollyRoger
Or, while it's downloading, open up another terminal window.
-
TheJollyRoger
"fastboot --version" will simply print out the version of fastboot you have.
-
-
TheJollyRoger
It looks like Elementary OS is an Ubuntu fork, so we're going to need to set your udev rules next.
-
TheJollyRoger
Ok. You're about to brick your phone -- you will need to uninstall fastboot because you've installed the version from Elementary.
-
TheJollyRoger
So you'll need to uninstall it and then we'll install the official release.
-
fire-water56[m]
Wheew....dang
-
fire-water56[m]
thank you
-
TheJollyRoger
(It won't be hardbricked, it'll just say "No operating system found" because it'll likely fail autodetection. It won't be permanent.)
-
TheJollyRoger
(But it's annoying because you'll have to do it a second time)
-
fire-water56[m]
ok the download is complete
-
TheJollyRoger
Ok. Before we go any further, we've got to get that obsolete version of fastboot off your system. I don't remember the command sequence from Ubuntu but I think it's something like "sudo apt remove fastboot" if it was installed as fastboot, but I'm not sure what the name is so give me a moment.
-
fire-water56[m]
<TheJollyRoger "Ok. Before we go any further, we"> absolutely... thank you
-
generateduser392
<TheJollyRoger "(It won't be hardbricked, it'll "> is it because there are 2 slots (A and B)?
-
TheJollyRoger
Can you do me a quick favour and run "apt search android-platform-tools" ? If it doesn't return anything, try "apt search fastboot"
-
-
TheJollyRoger
generateduser392: yeah. If I recall right, older versions of fastboot don't respect that, the version of ADB will be butchered so it won't report it as obsolete, and then they'll not set it correctly.
-
-
TheJollyRoger
ok fire-water56[m] can you run for me "sudo apt remove android-sdk-platform-tools-common" ?
-
fire-water56[m]
sure hold on
-
-
TheJollyRoger
It looks like indeed installed fastboot with it, hopefully this'll remove it...
-
TheJollyRoger
Ok, try "fastboot --version" and see if it gives you "command not found." If it does, we're looking good. If not, "sudo apt remove fastboot" .
-
-
TheJollyRoger
Excellent!
-
TheJollyRoger
Ok. So now we're going to get you the official platform tools from upstream which should be correctly versioned, and then we're going to set your udev rules.
-
TheJollyRoger
Yikes Matrix seems disconnect-ey today.
-
TheJollyRoger
Ok. I'm going to want you to run the following:
-
graphman2020[m]
Thanks for this
-
TheJollyRoger
mkdir -p ~/Applications/; cd ~/Applications/ && curl -O
dl.google.com/android/repository/platform-tools-latest-linux.zip && unzip platform-tools-latest-linux.zip && ls
-
TheJollyRoger
Yep anytime!
-
-
fire-water56[m]
ok
-
TheJollyRoger
Hey that's odd, it seems to be inserting <'s and other symbols into what you're copy pasting.
-
TheJollyRoger
Hang on a moment.
-
TheJollyRoger
(I'm not sure what Matrix is displaying on your side of things, so I'll give you a link.)
-
fire-water56[m]
ok
-
fire-water56[m]
<TheJollyRoger "Hey that's odd, it seems to be i"> I tried it again...patriot--os@patriotos-System-Product-Name:~$ mkdir -p ~/Applications/; cd ~/Applications/ && curl -O
dl.google.com/android/repository/platform-tools-latest-linux.zip && unzip platform-tools-latest-linux.zip && ls
-
TheJollyRoger
What is it giving you?
-
TheJollyRoger
I'm putting a script up for you.
-
fire-water56[m]
ok
-
TheJollyRoger
Send me the output?
-
-
fire-water56[m]
That is the latest.
-
generateduser392
so need to flash 2 times, once for each slot?
-
TheJollyRoger
generateduser392: no, it needs to support autodetection.
-
generateduser392
was it slot B for you when you installed graphene?
-
TheJollyRoger
fire-water56[m]: I'm going to send you a script.
-
TheJollyRoger
-
TheJollyRoger
Can you run "wget -v" for me and see if it produces a help page?
-
TheJollyRoger
generateduser392: I have no idea, if your fastboot supports autodetection it will determine which is the correct one and set the correct one properly.
-
TheJollyRoger
Er, sorry,
-
TheJollyRoger
fire-water56[m]: "wget -h"
-
TheJollyRoger
Then download this script, save it as a .sh, change the permissions so you can execute it via the commandline, and then run it.
-
fire-water56[m]
<TheJollyRoger "Then download this script, save "> it does produce a help page.
-
TheJollyRoger
Ok, great.
-
TheJollyRoger
download that script, save it as a .bash file.
-
generateduser392
<TheJollyRoger "generateduser710: I have no idea"> it was on device bootloader screen
-
TheJollyRoger
Before you run it, make sure I, or someone on the network hasn't included something like "rm -rf /" or "send-bitcoin-private-keys-to-peter" or the like.
-
TheJollyRoger
generateduser392: when I installed GrapheneOS I didn't make a note of it.
-
fire-water56[m]
<TheJollyRoger "download that script, save it as"> ok, I think I downloaded it...
-
TheJollyRoger
My phone has updated a few times since.
-
TheJollyRoger
fire-water56[m]: ok. Rename it to prepare-elementary.sh
-
TheJollyRoger
The command to set it to an executable is "chmod u+x [filename]" with the path to prepare-elementary.sh instead of [filename]. So if you've downloaded it to /home/patriot--os/Downloads/prepare-elementary.sh that's where it'll be.
-
fire-water56[m]
<TheJollyRoger "fire-water56: ok. Rename it to p"> Ok, I renamed it. Should I scan the document for the rm -rf or send bitcoin.... stuff?
-
TheJollyRoger
fire-water56[m]: Yes. Make sure there's nothing in there that looks malicious. Never run any script from the internet you get from strangers that you don't trust without having a good look over it first.
-
fire-water56[m]
<TheJollyRoger "fire-water56: Yes. Make sure the"> Ok, thank you. I will search it now.
-
TheJollyRoger
If that script executes successfully, it should tell you in plain English what you need to do.
-
fire-water56[m]
<TheJollyRoger "If that script executes successf"> Ok, I scanned the document and nothing appeared. It should be safe then.
-
TheJollyRoger
Great. "chmod u+x" it to give it permission to execute as a program, and run it by typing its relative filename into the command window.
-
fire-water56[m]
I opened up a new terminal window and changed the directory to downloads... is this correct?
-
fire-water56[m]
patriot--os@patriotos-System-Product-Name:~$ cd downloads
-
fire-water56[m]
patriot--os@patriotos-System-Product-Name:~/downloads$
-
fire-water56[m]
I just run the chmod u+x command here
-
TheJollyRoger
Remember that Unix is case sensitive: downloads is going to be a different directory than "Downloads"
-
fire-water56[m]
oh
-
TheJollyRoger
You can check the contents of the working directory with the list-segments command: "ls"
-
-
TheJollyRoger
cd Downloads
-
TheJollyRoger
ls
-
-
fire-water56[m]
now i just run the chmod u+x command
-
TheJollyRoger
no
-
fire-water56[m]
Again, sorry for my lack of understanding.
-
TheJollyRoger
No problem, let me just check, sorry. I'm a bit of a slow reader.
-
TheJollyRoger
Ok, here it is. "mv prepare-elementary.txt prepare-elementary.bash && chmod u+x prepare-elementary.bash && ./prepare-elementary.bash"
-
TheJollyRoger
Since it includes sudo commands in there it may ask you for your sudo password a few times.
-
fire-water56[m]
I copied and pasted into my terminal window....
-
-
fire-water56[m]
there was a lot more than just this in my window, but I just copied the last part of it.
-
TheJollyRoger
Great. It ran successfully.
-
fire-water56[m]
👍
-
TheJollyRoger
Can you run "echo $PATH" and tell me what it says?
-
fire-water56[m]
patriot--os@patriotos-System-Product-Name:~/Downloads$ echo $PATH
-
fire-water56[m]
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
-
fire-water56[m]
patriot--os@patriotos-System-Product-Name:~/Downloads$
-
TheJollyRoger
ls ~/GrapheneOS/platform-tools/
-
anupritaisno1[m]
Btw recommended archlinux here
-
TheJollyRoger
Yeah.
-
anupritaisno1[m]
Even a chroot will do
-
anupritaisno1[m]
But I advise staying away from the fuckery Debian is
-
anupritaisno1[m]
Unless you don't have a life
-
TheJollyRoger
Yeah really >_<.
-
fire-water56[m]
<TheJollyRoger "ls ~/GrapheneOS/platform-tools/"> patriot--os@patriotos-System-Product-Name:~/Downloads$ ls ~/GrapheneOS/platform-tools/
-
TheJollyRoger
fire-water56[m]: it's not returning anything?
-
fire-water56[m]
<TheJollyRoger "fire-water56: it's not returning"> patriot--os@patriotos-System-Product-Name:~/Downloads$ ls ~/GrapheneOS/platform-tools/
-
TheJollyRoger
I notice you have platform-tools in Downloads though, so eh... even if it didn't respect the script, let's try using that one.
-
TheJollyRoger
export PATH=$PATH:$HOME/Downloads/platform-tools/
-
TheJollyRoger
That one will return no output.
-
TheJollyRoger
So try "fastboot --version"
-
fire-water56[m]
patriot--os@patriotos-System-Product-Name:~/Downloads$ export PATH=$PATH:$HOME/Downloads/platform-tools/
-
fire-water56[m]
patriot--os@patriotos-System-Product-Name:~/Downloads$
-
TheJollyRoger
Yep, now try "fastboot --version"
-
fire-water56[m]
patriot--os@patriotos-System-Product-Name:~/Downloads$ fastboot --version
-
fire-water56[m]
fastboot version 1:8.1.0+r23-5~18.04
-
fire-water56[m]
...(truncated)
-
TheJollyRoger
Ok, that version of fastboot is bad.
-
fire-water56[m]
I did notice I have a Home: fastboot terminal window open.
-
TheJollyRoger
Is it telling you the install location?
-
TheJollyRoger
We could continue here but I actually have to go and get some chores done... in all honesty though anupritaisno1[m] is correct.
-
anupritaisno1[m]
BTW if you want a hacky fix
-
anupritaisno1[m]
Debian sid
-
anupritaisno1[m]
Though they sometimes bundle prerelease
-
anupritaisno1[m]
When your packages are newer than what arch has you can only imagine how it could destroy you
-
TheJollyRoger
fire-water56[m]: we've encountered this problem a lot with Ubuntu derivatives and Mint derivatives, can you tell me the output of `which fastboot` ? I'm running out of time.
-
anupritaisno1[m]
But if it's just for building android you're fine
-
anupritaisno1[m]
<TheJollyRoger "fire-water56: we've encountered "> BTW this doesn't matter if you're building
-
fire-water56[m]
fastboot version 1:8.1.0+r23-5~18.04
-
fire-water56[m]
Installed as /usr/lib/android-sdk/platform-tools/fastboot
-
TheJollyRoger
anupritaisno1[m]: yeah we're just trying to install it.
-
TheJollyRoger
fire-water56[m]: ay carumba what the hell, it's back.
-
anupritaisno1[m]
Ah
-
anupritaisno1[m]
There's an easy way to do that
-
fire-water56[m]
<TheJollyRoger "fire-water56: ay carumba what th"> I might be in a different terminal window than where I need to be?
-
anupritaisno1[m]
flash just boot.img
-
anupritaisno1[m]
Boot the recovery
-
anupritaisno1[m]
Sideload the OTA
-
anupritaisno1[m]
Go back to bootloader and flash the avb key then lock
-
TheJollyRoger
anupritaisno1[m]: mind if I hand that over to you then?
-
anupritaisno1[m]
¯\_(ツ)_/¯ okay
-
TheJollyRoger
He's currently got an old and butchered version of fastboot and it seems to keep persisting on his system even though we uninstalled it.
-
TheJollyRoger
So apt is messing up again.
-
fire-water56[m]
<TheJollyRoger "anupritaisno1: mind if I hand th"> Thank you very much TheJollyRoger. I appreciate that.
-
anupritaisno1[m]
Hmmm
-
anupritaisno1[m]
fire-water56: just a second
-
fire-water56[m]
ok
-
cn3m[m]
anupritaisno1: saw your post about Pixel 4
-
TheJollyRoger
fire-water56[m]: in all honesty, I would probably suggest running one of the supported distributions. Either that or we're going to have to excise fastboot from your system manually.
-
anupritaisno1[m]
<TheJollyRoger "export PATH=$PATH:$HOME/Download"> Found the problem
-
TheJollyRoger
anupritaisno1[m]: oh yeah, shoot, should've been the other way around.
-
TheJollyRoger
My bad.
-
anupritaisno1[m]
export PATH=$HOME/Downloads/platform-tools/:$PATH
-
TheJollyRoger
Thanks anupritaisno1[m]
-
fire-water56[m]
Run that then?
-
TheJollyRoger
Yeah run anupritaisno1[m]'s command.
-
TheJollyRoger
then try "fastboot --version"
-
anupritaisno1[m]
Also I'd suggest using :? in front of HOME or ~ to make sure it never evaluates to /
-
fire-water56[m]
patriot--os@patriotos-System-Product-Name:~/Downloads$ export PATH=$HOME/Downloads/platform-tools/:$PATH
-
fire-water56[m]
patriot--os@patriotos-System-Product-Name:~/Downloads$
-
fire-water56[m]
I ranf the command
-
anupritaisno1[m]
Now run
-
TheJollyRoger
Ok, now try "fastboot --version"
-
anupritaisno1[m]
which fastboot
-
anupritaisno1[m]
Or that
-
TheJollyRoger
"export" will produce no output
-
-
fire-water56[m]
Ok, I ran the fastboot version
-
anupritaisno1[m]
Nice
-
TheJollyRoger
Great. It's the correct one.
-
anupritaisno1[m]
Now just run the flash all script
-
anupritaisno1[m]
And you're done
-
TheJollyRoger
Connect your phone and start it in fastboot.
-
TheJollyRoger
Hold your finger on Volume Down and then hold down Power.
-
TheJollyRoger
It should boot to fastboot.
-
fire-water56[m]
my phone is connected to my computer.... and it is in fastboot mode.
-
TheJollyRoger
Ok! Do as anupritaisno1[m] says.
-
fire-water56[m]
I should literally just run the flash all command?
-
TheJollyRoger
You'll need to unzip the sargo-factory
-
TheJollyRoger
the sargo-factory zip file, and then run the flash-all.sh command contained in there.
-
anupritaisno1[m]
<fire-water56[m] "I should literally just run the "> bash flash-all.sh
-
fire-water56[m]
<anupritaisno1[m] "bash flash-all.sh"> Ok
-
fire-water56[m]
patriot--os@patriotos-System-Product-Name:~/Downloads$ bash flash-all.sh
-
fire-water56[m]
bash: flash-all.sh: No such file or directory
-
fire-water56[m]
patriot--os@patriotos-System-Product-Name:~/Downloads$
-
fire-water56[m]
I ran the command and that showed up.
-
TheJollyRoger
fire-water56[m]: you'll need to unzip the sargo-factory zip file first and cd into the directory it unpacks.
-
TheJollyRoger
the flash-all.sh script is contained in there.
-
fire-water56[m]
would the command be: unzip sargo-factory-2020.06.02.02.zip
-
TheJollyRoger
Yes.
-
-
fire-water56[m]
I ran the command
-
TheJollyRoger
I have to go, about fifteen minutes ago. Good. "cd sargo-factory-2020.06.02.02 && ./flash-all.sh"
-
TheJollyRoger
So once that command starts running I'll tell you what to do.
-
TheJollyRoger
You'll get to a screen that says "fastbootd" with blue text.
-
fire-water56[m]
I ran it and stuff is going on....
-
TheJollyRoger
Once the flash all script finishes, your phone will end up in fastbootd.
-
TheJollyRoger
ONCE you get to fastbootd, you're going to want to use the volume keys to scroll to "restart to bootloader" and that will get you back to fastboot.
-
fire-water56[m]
I'm in hte fastbootd
-
TheJollyRoger
Ok. At this point, you will want to lock.
-
TheJollyRoger
anupritaisno1[m]: whew. Thanks for bailing me out.
-
fire-water56[m]
Ok I'm at the fast boot mode... just run the fastboot flashing lock command then?
-
TheJollyRoger
Yes.
-
TheJollyRoger
Once it completes, use your volume keys to scroll back to "start"
-
TheJollyRoger
It's going to tell you (and every time from hereon in, until you reinstall the factory OS in the same way) your device will be loading a different operating system.
-
TheJollyRoger
If you see this in yellow text, that's a /good sign/.
-
TheJollyRoger
You should see that warning each time you restart your phone.
-
TheJollyRoger
If it turns orange and says "Software integrity not guaranteed!" then you should start to worry.
-
fire-water56[m]
Now i'm stuck on the fastboot mode screen.
-
TheJollyRoger
Once your phone starts and you get past the launcher, I want you to head over to
attestation.app/tutorial on your desktop, and read everything there very carefully.
-
fire-water56[m]
I hit start and it comes right back to it.
-
TheJollyRoger
OK. Save the scrollback in the terminal window. Save it to a .txt file.
-
TheJollyRoger
I'm out of time.
-
TheJollyRoger
I will return later.
-
-
fire-water56[m]
<TheJollyRoger "OK. Save the scrollback in the t"> Thanks for all the time you spent helping me out.
-
anupritaisno1[m]
Uhhhhh
-
anupritaisno1[m]
You kinda fucked up there
-
fire-water56[m]
My phone is in the fasboot mode screen.... locked... but it says no valid slot to boot
-
anupritaisno1[m]
Unlock again
-
fire-water56[m]
ok it's unlocked now
-
anupritaisno1[m]
You see another zip there?
-
anupritaisno1[m]
Unpack it
-
fire-water56[m]
I'm not sure where another zip is?
-
anupritaisno1[m]
There is
-
fire-water56[m]
OK. Should I look in my downloads folder for another zip?
-
anupritaisno1[m]
No
-
anupritaisno1[m]
It will be in the same location as the script
-
fire-water56[m]
ok
-
fire-water56[m]
I opened up a new terminal window. I'm back in my Downloads folder and this is what I have.
-
-
fire-water56[m]
I don't know why I'm having such a difficult time with this. I think I really bit off more than I can chew. I'm going to take a break for a couple hours and try again. Thank you everyone for the help.
-
aeonsolution[m]
fire-water56: it just takes time and patience, if you veer off from the instructions on the website; issues will usually occur
-
anupritaisno1[m]
fire-water56: cd sargo-
-
anupritaisno1[m]
It'll be there