paz00
Ubuntu Touch is no longer maintained as a core product by Canonical. However, the Ubports community are continuing development.
|
General
Device name |
Toshiba AC100 |
Code name |
paz00 |
Image maintainer(s) |
|
Testers |
link to your Launchpad profile please |
Update interval / last update |
19-Mar-2013 |
Unlocking instructions |
|
Install instructions |
|
Code/Image |
|
State of things
Legend |
|
State |
Explanation |
Perfect |
Everything works, all patches included in Ubuntu proper |
Working |
Works, minor issues only, some patches pending |
W-I-P |
Work in progress |
Blocked/Broken |
Severely broken, unusable or progress is blocked |
Unknown |
Unknown |
Unavailable |
Hardware unavailable |
What |
Status/Comments |
Graphics |
|
Boot process |
|
Rotation |
N/A |
Cellular Radio |
|
Wireless network |
|
Sound |
|
Touch |
N/A |
Camera |
|
Video Decode |
|
Suspend/Resume |
|
Touchpad |
No mouse cursor |
Other |
|
Latest News
Working Wi-Fi in current build cm-10.1-20130319-UNOFFICIAL-ac100
Installation
Nvidia flash tools for tegra2 devices
To install precompiled images on Toshiba AC100 you will need flash tools from Nvidia. You can download Nvflash Installer here http://developer.download.nvidia.com/assets/mobile/files/tegra-linux-12.alpha.1.0.tar.gz or from my Google Code page https://phablet-paz00.googlecode.com/files/nvflash_20110628-2_all.deb . To download and install use this commands :
$ cd /tmp
$ wget http://share.grandou.net/debian/nvflash/nvflash_20110628-2_all.deb
$ sudo dpkg -i nvflash_20110628-2_all.deb
$ rm nvflash_20110628-2_all.deb
nvflash is installed in /usr/bin/nvflash, and so can be run directly from your shell. The bootloader is installed in /usr/lib/nvflash/fastboot.bin Installer package takes care of installing an udev rules allowing you to run nvflash as a normal user.
Link to images
Ubuntu Touch for Toshiba AC100 consists of three files :
How to install
First of all, BACKUP YOUR TOSHIBA, next steps remove your current system and wipe all your user data!
- Power down your Toshiba (hold power button for at least for 10 secs)
- Connect the USB cable between your AC100 and your PC
- press CTRL and ESC keys, and while maintaining them pressed, power on your AC100
- the AC100 power white LED should light on, the screen remains switched off
- flash the recovery image :
$ nvflash --bl /usr/lib/nvflash/fastboot.bin --download 6 /home/yourhomedir/dirwithdownloads/recovery.img
- Power down your Toshiba holding power button for at least 10 secs
Put files cm-10.1-20130319-UNOFFICIAL-ac100.zip and quantal-preinstalled-phablet-armhf.zip on your SD card and insert it in your AC100.
- Power on your Toshiba (it will boot in Clock Work Recovery)
Using arrow keys UP and Down navigate in menu to mounts and storage and hit ENTER
Navigate to format /data and hit ENTER (this will reformat /data partition to ext4 filesystem)
Return to main menu and navigate to install zip from sdcard and hit ENTER
Navigate to choose zip from sdcard
First select file cm-10.1-20130319-UNOFFICIAL-ac100.zip
Then select file quantal-preinstalled-phablet-armhf.zip
- Power off your Toshiba holding power button for 10 secs
Now you have installed Ubuntu Touch on your Toshiba AC100. Enjoy it
Known issues
- To unlock device just swipe touchpad from right-to-left repeatedly
- No Mouse Cursor at this time, so navigation is a bit hard as you can't see where your mouse is
- Fonts issue
- Some GL problems, need to investigate much deeper
The image
How to build it
To file .repo/manifest.xml add next lines :
<remote name="p3t3git" fetch="git://gitorious.org/~p3t3/" />
<project path="kernel/toshiba/paz00" name="phablet-paz00/kernel_toshiba_paz00" remote="p3t3git" revision="master" />
<project path="device/toshiba/ac100" name="phablet-paz00/device_toshiba_ac100" remote="p3t3git" revision="master" />
<project path="device/toshiba/paz00-common" name="phablet-paz00/device_toshiba_paz00-common" remote="p3t3git" revision="master" />
Sync your repo with command: repo sync
Setup your build environment : . build/envsetup.sh
And compile : brunch ac100
Redistributability
Are all parts of the image freely redistributable?
Special thanks goes to
ZOMBAH for his Cyanogenmod kernel and device sources and also for help
OGRA for his simple but strong hint with moving to another partition
Touch/Devices/paz00 (last edited 2013-03-22 21:52:58 by ip-86-49-46-126)