https://github.com/steleman/device-sony-c6603
SEAndroid on Sony C6603 - Xperia Z
https://github.com/steleman/device-sony-c6603
Last synced: 12 months ago
JSON representation
SEAndroid on Sony C6603 - Xperia Z
- Host: GitHub
- URL: https://github.com/steleman/device-sony-c6603
- Owner: steleman
- Created: 2013-11-19T17:55:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-20T23:36:44.000Z (over 12 years ago)
- Last Synced: 2025-01-13T21:44:19.961Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 10.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Copyright (C) Sony Mobile Communications 2013
=============================================
This is the Android device configuration for Xperia Z.
To setup a tree and build images for the device do the following:
`repo init` as described by Google over at:
http://source.android.com/source/downloading.html
Put the following snippet in `.repo/local_manifests/c6603.xml`
```xml
```
Download the zip file with vendor binaries from:
http://developer.sonymobile.com/knowledge-base/open-source/android-open-source-project-for-xperia-devices/
In the root of your Android code tree unzip the `SW_binaries_for_Xperia_Z_Xperia_Tablet_Z_v3.zip`.
You should now have directories named `vendor/sony/lagan` and `vendor/sony/c6603` in your tree.
* `repo sync`
* `source ./build/envsetup.sh`
* `lunch full_c6603-userdebug`
* `make`
To flash the images produced make sure your device is unlocked, as described on
http://unlockbootloader.sonymobile.com/
Enter fastboot mode on the device by pressing volume up while inserting the USB
cable or execute `adb reboot bootloader`.
* `fastboot flash userdata out/target/product/c6603/userdata.img`
* `fastboot flashall`
Reflashing userdata is not necessary every time, but incompatibilities with
previous content might result in a device that doesn't boot. If this happens
try to reflash just the userdata again.