Migration to Linux: iPhone: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
(Created page with "You are here: /Migrating from macOS to Linux/{{PAGENAME}} ---- = Why? = My iPhone 7 is now (2023) several years old, battery is bad, updates won't be available for much longer. = How? = I purchased a Google Pixel 8 and I tried to migrate all the services to the new device… * Automatic Transfer of Apps and Data is, besides of copied music, rubbish * Apps, that are identically available and working just fine ** Floccus ** Home Assistant ** Signal ** WhatsApp ** Fac...")
 
Line 8: Line 8:
I purchased a Google Pixel 8 and I tried to migrate all the services to the new device…
I purchased a Google Pixel 8 and I tried to migrate all the services to the new device…
* Automatic Transfer of Apps and Data is, besides of copied music, rubbish
* Automatic Transfer of Apps and Data is, besides of copied music, rubbish
* Apps, that are identically available and working just fine
 
== Apps, that are identically available and working just fine ==
** Floccus
** Floccus
** Home Assistant
** Home Assistant
Line 15: Line 16:
** Facebook
** Facebook
** Instagram
** Instagram
**
** Ingress
* Apps, that caused me headaches
** Pokemon Go
** NextCloud App was syncing very slow. Maybe because of this:
** Amazon
**: <code>"{"reqId":"a2Itxu5TKuo32QDKfL5h","level":1,"time":"2023-12-03T08:58:08+00:00","remoteAddr":"2003:ed:f07:f900:b102:5bd3:1a45:ad88","user":"--","app":"no app in context","method":"POST","url":"/nextcloud/index.php/login","message":"IP address throttled because it reached the attempts limit in the last 30 minutes [action: login, delay: 400, ip: 2003:ed:f07:f900:b102:5bd3:1a45:ad88]","userAgent":"Mozilla/5.0 (Linux; Android 14; Pixel 8 Build/UD1A.231105.004; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/119.0.6045.164 Mobile Safari/537.36","version":"25.0.13.2","data":[],"id":"656c444b622c3"}"</code>
** eBay
**: Admin --> Security --> Brute-force IP whitelist<ref>https://help.nextcloud.com/t/how-can-i-unblock-an-ip-blocked-through-brute-force-detection/5731/6</ref>
In general, you can assume commercial apps are just fine (somehow sad)
**: <code>sudo -u www-data php occ security:bruteforce:reset 2003:ed:f07:f900:b102:5bd3:1a45:ad88</code>
 
* New Apps
== Apps, that needed to be replaced
** KDE Connect  
* BookPlayer &rarr;
* Music &rarr;
* FreeOTP &rarr; Google Authenticator
*  &rarr;
*  &rarr;
*  &rarr;
*  &rarr;
*  &rarr;
 
= Apps, that caused me headaches =
* NextCloud App was syncing very slow. Maybe because of this:
*: <code>"{"reqId":"a2Itxu5TKuo32QDKfL5h","level":1,"time":"2023-12-03T08:58:08+00:00","remoteAddr":"2003:ed:f07:f900:b102:5bd3:1a45:ad88","user":"--","app":"no app in context","method":"POST","url":"/nextcloud/index.php/login","message":"IP address throttled because it reached the attempts limit in the last 30 minutes [action: login, delay: 400, ip: 2003:ed:f07:f900:b102:5bd3:1a45:ad88]","userAgent":"Mozilla/5.0 (Linux; Android 14; Pixel 8 Build/UD1A.231105.004; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/119.0.6045.164 Mobile Safari/537.36","version":"25.0.13.2","data":[],"id":"656c444b622c3"}"</code>
*: Admin --> Security --> Brute-force IP whitelist<ref>https://help.nextcloud.com/t/how-can-i-unblock-an-ip-blocked-through-brute-force-detection/5731/6</ref>
*: <code>sudo -u www-data php occ security:bruteforce:reset 2003:ed:f07:f900:b102:5bd3:1a45:ad88</code>
 
 
= New Apps =
** KDE Connect


= Footer =
= Footer =
[[Category:Linux]]
[[Category:Linux]]
[[Category:Mac OS X]]
[[Category:Mac OS X]]

Revision as of 11:43, 3 December 2023

You are here: /Migrating from macOS to Linux/Migration to Linux: iPhone


Why?

My iPhone 7 is now (2023) several years old, battery is bad, updates won't be available for much longer.

How?

I purchased a Google Pixel 8 and I tried to migrate all the services to the new device…

  • Automatic Transfer of Apps and Data is, besides of copied music, rubbish

Apps, that are identically available and working just fine

    • Floccus
    • Home Assistant
    • Signal
    • WhatsApp
    • Facebook
    • Instagram
    • Ingress
    • Pokemon Go
    • Amazon
    • eBay

In general, you can assume commercial apps are just fine (somehow sad)

== Apps, that needed to be replaced

  • BookPlayer →
  • Music →
  • FreeOTP → Google Authenticator

Apps, that caused me headaches

  • NextCloud App was syncing very slow. Maybe because of this:
    "{"reqId":"a2Itxu5TKuo32QDKfL5h","level":1,"time":"2023-12-03T08:58:08+00:00","remoteAddr":"2003:ed:f07:f900:b102:5bd3:1a45:ad88","user":"--","app":"no app in context","method":"POST","url":"/nextcloud/index.php/login","message":"IP address throttled because it reached the attempts limit in the last 30 minutes [action: login, delay: 400, ip: 2003:ed:f07:f900:b102:5bd3:1a45:ad88]","userAgent":"Mozilla/5.0 (Linux; Android 14; Pixel 8 Build/UD1A.231105.004; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/119.0.6045.164 Mobile Safari/537.36","version":"25.0.13.2","data":[],"id":"656c444b622c3"}"
    Admin --> Security --> Brute-force IP whitelist[1]
    sudo -u www-data php occ security:bruteforce:reset 2003:ed:f07:f900:b102:5bd3:1a45:ad88


New Apps

    • KDE Connect

Footer