Difference between revisions of "Xperia z3tc"

From wiki.bastelbude.grade.de
Jump to: navigation, search
(Created page with "Your unlock code for 356047060721736 5FB35AAD7B59D551 fastboot oem unlock 0x5FB35AAD7B59D551 category:Projekte")
 
(trivia)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
Your unlock code for 356047060721736
+
=== trivia ===
5FB35AAD7B59D551
+
* Sony Xperia Z3 tablet compact
 +
* https://www.sonymobile.com/de/products/tablets/xperia-z3-tablet-compact/
 +
* aka <b>SGP621</b> aka <b>z3tc</b> aka <b>scorpion</b>
 +
* not to be confused with z3 tablet compact wifi (scorpion_windy, SGP611)
 +
* not to be confused with z3 compact (smartphone)
  
fastboot oem unlock 0x5FB35AAD7B59D551
+
=== sensors ===
 +
* Beschleunigungssensor
 +
* Näherungssensor
 +
* Umgebungslichtsensor
 +
* Gyroskop
  
 +
=== fastboot mode ===
 +
* device powered off
 +
* plug in USB cable
 +
* press power AND volume-up
 +
* blue led is lit
 +
 +
=== fastboot ===
 +
* https://developer.android.com/studio/releases/platform-tools
 +
* did not work under windows (driver issue)
 +
* works on Linux
 +
* <code>sudo ./fastboot device</code>
 +
 +
=== unlock bootloader ===
 +
* https://developer.sony.com/develop/open-devices/get-started/unlock-bootloader/how-to-unlock-bootloader/
 +
* Your unlock code for 356047060721736 is 5FB35AAD7B59D551
 +
* <code>sudo ./fastboot oem unlock 0x5FB35AAD7B59D551</code>
 +
 +
=== floko v2.0 ===
 +
* https://forum.xda-developers.com/z3-tablet-compact/orig-development/rom-floko-rom-v2-0-t3928502
 +
* download Floko-v2.0-scorpion-20190625-UNOFFICIAL
 +
** extract boot.img to platform-tools
 +
** copy Floko-v2.0-scorpion-20190625-UNOFFICIAL_sdclang-Os.zip to SD-card
 +
* download TWRP_scorpion_3.3.0-0_201905.img
 +
** copy to platform-tools
 +
* <code>sudo ./fastboot flash boot boot.img</code>
 +
* <code>sudo ./fastboot flash FOTAKernel TWRP_scorpion_3.3.0-0_201905.img</code>
 +
* <code>sudo ./fastboot reboot</code>
 +
* boot to twrp (power, then volume up/down ...)
 +
* wipe (advanced) /system, /data, /cache, Dalvik/ART Cache
 +
* install Floko-v2.0-scorpion-20190625-UNOFFICIAL_sdclang-Os.zip from SD-card
 +
 +
=== apps ===
 +
* floko installed
 +
** Calculator
 +
** Clock
 +
** Recorder
 +
** Settings
 +
** ...
 +
* f-droid
 +
** CPU Info
 +
** IceCatMobile (browser)
 +
** OsmAnd+ (navigation)
 +
** SatStat
 +
** Sensor Readout
 +
** Simple Gallery
 +
** Transportr (public transport)
 +
** WiFiAnalyzer
 +
** μlogger (tracking)
 +
* apks
 +
** here wego (navigation)
 +
*** be warned, this app is extremely data hungry! Showing traffic data, a 500km trip through Germany costs 900MB of data :-(
 +
** AFTrack sailing
 
[[category:Projekte]]
 
[[category:Projekte]]

Latest revision as of 10:53, 16 July 2020

trivia

sensors

  • Beschleunigungssensor
  • Näherungssensor
  • Umgebungslichtsensor
  • Gyroskop

fastboot mode

  • device powered off
  • plug in USB cable
  • press power AND volume-up
  • blue led is lit

fastboot

unlock bootloader

floko v2.0

  • https://forum.xda-developers.com/z3-tablet-compact/orig-development/rom-floko-rom-v2-0-t3928502
  • download Floko-v2.0-scorpion-20190625-UNOFFICIAL
    • extract boot.img to platform-tools
    • copy Floko-v2.0-scorpion-20190625-UNOFFICIAL_sdclang-Os.zip to SD-card
  • download TWRP_scorpion_3.3.0-0_201905.img
    • copy to platform-tools
  • sudo ./fastboot flash boot boot.img
  • sudo ./fastboot flash FOTAKernel TWRP_scorpion_3.3.0-0_201905.img
  • sudo ./fastboot reboot
  • boot to twrp (power, then volume up/down ...)
  • wipe (advanced) /system, /data, /cache, Dalvik/ART Cache
  • install Floko-v2.0-scorpion-20190625-UNOFFICIAL_sdclang-Os.zip from SD-card

apps

  • floko installed
    • Calculator
    • Clock
    • Recorder
    • Settings
    • ...
  • f-droid
    • CPU Info
    • IceCatMobile (browser)
    • OsmAnd+ (navigation)
    • SatStat
    • Sensor Readout
    • Simple Gallery
    • Transportr (public transport)
    • WiFiAnalyzer
    • μlogger (tracking)
  • apks
    • here wego (navigation)
      • be warned, this app is extremely data hungry! Showing traffic data, a 500km trip through Germany costs 900MB of data :-(
    • AFTrack sailing