Here it is (https://github.com/ubports/address-book-app)
It's not Contacts, it's address-book.
Posts made by circ
-
RE: Where is Contacts app source?
-
Where is Contacts app source?
Can anyone point me to the source for Contacts app?
-
Nexus 6P data locations?
@Flohack , thanks for al lthe hard work on the 6P. I'm glad to have aother accessible device and exccited for the upgrade from hammerhead.
Is there a directory structure reference for the 6P?
During my data migration I found this difference when locating
user-data
:# on Nexus 5 $ find / -name user-data => /data/user-data # on Nexus 6P $ ls /data/user-data => ls: cannot access '/data/user-data': No such file or directory $ find / -name user-data => /userdata/user-data
-
RE: UT data migration to Nexus 6P
@kugiigi said in UT data migration to Nexus 6P:
just the .local, and .config and those things work fine restoring in live sesssion.
thanks @kugiigi, that's good to know.
-
UT data migration to Nexus 6P
I'm working on upgrading from an N5 to a 6P from @Flohack's recommendations here.
Given current ADB status, I'm worried about my
tar -x
in a live UT on the target. Any thoughts on this flow before I break something?# SOURCE DEVICE (N5) adb root adb reboot recovery adb shell tar -czpv -f /system-data.tgz /data/system-data/ >/system-data.out 2>/system -data.er && \ tar -czpv -f /user-data.tgz /data/user-data/ >/user-data.out 2>/user-data.er # TARGET DEVICE (N6p) # adb shell not possible on N6p # only shell is through sshd on running UT scp ./system-data.tgz n6: scp ./user-data.tgz n6: ssh n6 tar -xzv -f ./system-data.tgz # YIKES?! tar -xzv -f ./user-data.tgz # YIKES ?!
-
RE: 6P ADB : no connection
Thanks.
I managed to get a key onto the 6P by dropping it into a web page on a local server, opening on 6P, and copy/pasting to
./.ssh/authorized_keys
following instructions here.I have access while UT is running, but not in recovery (TWRP) or bootloader.
-
RE: 6P ADB : no connection
Thanks.
For reference here is SSH access info.Enabled via Terminal app :
sudo service start ssh
Not sure how to get a key on there without ADB, but looking.
-
6P ADB : no connection
I've installed UBports on a factory new 6P successfully with (mostly) these steps.
I'm having a time getting adb to connect.
Am I missing or forgetting something I need to do?- When I recover to TWRP
adb shell
works fine. - When in UBports, developer mode on, adb doesn't see the 6P:
» adb shell error: no devices/emulators found
In recovery, fasboot is also ok:
» fastboot devices ABCXXXXXXX123 fastboot
I have tried adding a device code:
» cat ~/.android/adb_usb.ini 0x18d1
then , unplugging, resarting adb, plugging back in.
- adb is running great and I'm able to connect to other UBports devices through the same cable.
- host
syslog
has no message when the 6P gets plugged in.
- When I recover to TWRP
-
Where are VPN logs? [SOLVED]
I'm looking to tail the VPN logsto trougleshhot an openvpn NetMan problem.
I'm all set up with VPN Editor and have hadit all working but I'd like to view the connection logs on a NetMan VPN switch-on action.tia.
-
RE: Nexus 5 boot loop
@Krille has it pretty well covered, but I'll add I went through the entire teardown/clean/fiddle process (also static pics here : https://www.pntbrother.com/nexus-5-power-button-stuck-nexus-5-boot-loop-fix/ ), without success.
I'm wary of recommending it, but the thing that completely solved for me was HITTING THE POWER BUTTON WITH A HAMMER. Not super hard, but a nice solid hit right on the button. I arrived at this solution only after deciding the unit was otherwise bricked.... -
RE: Sailfish OS 3.0.1 e Ubuntu Touch OTA-7, where do we stand?
@libremax , this is great, thanks for sharing here!
I set subtitles to English and it was quite good. This is a great quick history and status overview of both Sailfish and UBPorts. -
RE: [SOLVED] VPN: 'no vpn secrets' error
@domubpkm
I'm on a Nexus 5, Development channel.
I'm not using a free Proton account, so I had to pull the CA certificate (.crt in blog post above) an the TLS auth key (.key in blog post above). I did this by opening an .ovpn file that otherwise works and extracting those parts of it to separate files. This gave me what is referred to in the post as the needed files.
Otherwise, I followed the setup instructions as they are written - I found the screenshots most helpful.
I should also note that I'm not connecting to a free ProtonVPN server, though I doubt that woulds make a difference. Do you have another way to check the configuration you are trying (like a laptop or other machine running OpenVPN) ?
One thing I did do first was to make sure I could use the config I had successfully outside of UT. -
RE: [SOLVED] VPN: 'no vpn secrets' error
I followed the instructions on the blog post above almost exactly.
The only difference was that I had to extract the CRT and the TLS key from an .ovpn file to separate files for import. -
[SOLVED] VPN: 'no vpn secrets' error
Adding this because it was frustrating for me and I could not remember this solution when setting up a new device.
Firing up a valid VPN connection from these instructions (mostly) gave me the message:
"VPN connection XXXX failed because there are no vpn secrets."This setup uses a USERNAME / PASSWORD for authentication.
Changing username/pass to remove ALL non-alphanumeric characters from the BOTH the username and password fixed this.
This requires making changes with your provider credentials
ex: my_username => my123usernameI'm pretty sure this is an encoding issue, but I'm not sure where to bug-post it.
-
RE: VPN Round 2 New Tutorial Available Now !!
@domubpkm
My setup ( working since my post 5 Nov) has been broken since ~dev 768 on the 25th.
I haven't looked yet to see what's goign on.... -
RE: Delete morph browser bookmark folder
Most stuff seems to be in :
.local/share/morph-browser/
you can get ther ewith the File Manager app and delete stuff.
I frequently do this to remove cookies and site data , but I don't see bookmarks there on my first look... -
RE: How to rollback to previous dev channel release?
@advocatux said in How to rollback to previous dev channel release?:
this is great, thanks!
while we're at it, are there notes for what's in these pushes? -
RE: How to rollback to previous dev channel release?
@advocatux , I'm more than happy to file - ( I came back to devel yesterday after filing some Q/A on rc )
I just really prefer to have a working VPN while I'm doing that...I get it though - I guess publicizing what I'm asking potentially breeds a feedback-less loop that makes the devel staleFWIW, it appears that the original problem was an IP change for my VPN server - changing local config fixed.
bad timing.-ed-
haha! thanks @hummlbach -
How to rollback to previous dev channel release?
dc-732 has my formerly solid VPN connection timing out.
How can I rollback to a previous dev channel version?
Also, where is the best place to file a bugreport for the vpn timeout? I set up via VPN editor and have been running great for weeks before 732.