acclaim

Differences between revisions 5 and 14 (spanning 9 versions)
Revision 5 as of 2013-03-15 10:54:27
Size: 4272
Editor: 178-117-179-54
Comment:
Revision 14 as of 2013-07-10 22:47:31
Size: 3989
Editor: r74-192-27-126
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was copied from Touch/Devices/PortTemplate
Line 6: Line 7:
|| Device name || Samsung Galaxy S2 International ||
|| Code name || I9100 ||
|| Image maintainer(s) || MaxWallstedt ||
|| Testers || link to your Launchpad profile please ||
|| Update interval / last update || 2013-03-12 ||
|| Device name || B&N Nook Tablet ||
|| Code name || acclaim ||
|| Image maintainer(s) || [[https://launchpad.net/~jldegelia|dejello]] ||
|| Testers || [[https://launchpad.net/~jldegelia|dejello]] ||
|| Update interval / last update || Check XDA Thread ||
Line 13: Line 14:
|| Install instructions || http://forum.xda-developers.com/showthread.php?t=2188621 ||
|| Code/Image || https://dl.dropbox.com/u/44436922/cm-10.1-20130312-UNOFFICIAL-i9100.zip ||
|| Install instructions || http://forum.xda-developers.com/showthread.php?t=2274569 ||
|| Code/Image || http://forum.xda-developers.com/showthread.php?t=2274569 ||
Line 28: Line 29:
||<bgcolor="#FFFFCC"> Graphics || ||
||<bgcolor="#FFFFCC"> Boot process || ||
||<bgcolor="#C8C8C8"> Rotation || ||
||<bgcolor="#CC3300"> Cellular Radio || ||
||<bgcolor="#FFFFCC"> Wireless network || ||
||<bgcolor="#C8C8C8"> Sound || ||
||<bgcolor="#FFFFCC"> Touch || ||
||<bgcolor="#FFFFCC"> Camera || Pictures ok, but no video ||
||<bgcolor="#C8C8C8"> Video Decode || ||
||<bgcolor="#C8C8C8"> Suspend/Resume || ||
||<bgcolor="#C8C8C8"> Other || ||
||<bgcolor="#00FF99"> Graphics || Appears working ||
||<bgcolor="#FFFFCC"> Boot process || Working ||
||<bgcolor="#FFFFCC"> Rotation || Working/Ubuntu WIP ||
||<bgcolor="#C8C8C8"> Cellular Radio || N/A ||
||<bgcolor="#00FF99"> Wireless network || Working ||
||<bgcolor="#00FF99"> Sound || Working ||
||<bgcolor="#00FF99"> Touch || Working ||
||<bgcolor="#C8C8C8"> Camera || N/A ||
||<bgcolor="#C8C8C8"> Video Decode || ||
||<bgcolor="#C8C8C8"> Suspend/Resume || ||
||<bgcolor="#FF9999"> Other || No battery/light indicator ||
Line 42: Line 43:

||1. install CyanogenMod 10.1 on your device, if not already installed (http://forum.xda-developers.com/show....php?t=2036229)||
||2. wipe data/factory reset (Make backup first)||
||3. flash cm-10.1-*-UNOFFICIAL-i9100.zip||
||4. flash quantal-preinstalled-phablet-armhf.zip||
||5. reboot||

http://forum.xda-developers.com/showthread.php?t=2274569
== Unlocking instructions ==
sdcard boot, get files at XDA forums.
Line 51: Line 47:

https://dl.dropbox.com/u/44436922/cm-10.1-20130312-UNOFFICIAL-i9100.zip
http://forum.xda-developers.com/showthread.php?t=2274569
Line 55: Line 50:
Battery indicator does not work, possibly due to brightness issue. You can manually set the brightness and read battery information from the command line.
Line 56: Line 52:
||Calls/SMS||
||Recording video||
||Media player||
Trying to manually run the battery-indicator-service produces something along the lines of "fail to query backlight......" then terminates with a seg fault.
Line 61: Line 54:
TO ADD LATER, for now: http://forum.xda-developers.com/showthread.php?t=2274569
Line 62: Line 56:

||If you wish to build an image yourself, do the following:||

 * Set up your build environment according to https://wiki.ubuntu.com/Touch/Porting
 * Run $ phablet-dev-bootstrap [target_directory]
 * Add the following to your <root>/.repo/manifest.xml:

{{{#!highlight xml
<manifest>

...
  <project path="device/samsung/i9100" name="Ubuntu-i9100/android_device_samsung_i9100" remote="github" revision="refs/heads/cm-10.1" />
  <project path="device/samsung/galaxys2-common" name="Ubuntu-i9100/android_device_samsung_galaxys2-common" remote="github" revision="refs/heads/cm-10.1" />
  <project path="kernel/samsung/smdk4210" name="Ubuntu-i9100/android_kernel_samsung_smdk4210" remote="github" revision="refs/heads/cm-10.1" />
  <project path="hardware/samsung" name="Ubuntu-i9100/android_hardware_samsung" remote="github" revision="refs/heads/cm-10.1" />
  <project path="vendor/samsung" name="Ubuntu-i9100/android_vendor_i9100_oldmali" remote="github" revision="refs/heads/cm-10.1" />
</manifest>
}}}
 * Run:
{{{#!highlight bash
$ repo sync
$ . build/envsetup.sh
$ brunch i9100
}}}
Now your flashable .zip file should be in <root>/out/target/product/i9100/cm-10.1-*-UNOFFICIAL-i9100.zip

To update your working tree, run the following commands:
[CODE]$ repo sync
$ cd ubuntu/hybris/
$ bzr pull
$ cd ../platform-api/
$ bzr pull[/CODE]
and then issue the same commands as above to build your flashable .zip file.[/QUOTE]

TO ADD LATER
Line 100: Line 60:

||<-2> '''Legend''' ||
|| '''State''' || '''Explanation''' ||
||<bgcolor="#00FF99"> Perfect || Redistributable, we're all happy ||
||<bgcolor="#FFFFCC"> Maybe problematic || Might be redistributable, some open questions (comment) ||
||<bgcolor="#CC3300"> Problematic || Not redistributable at all ||
||<bgcolor="#C8C8C8"> Unknown || Unknown ||


|| '''Component name''' || '''Link to it''' || '''License''' (link or name) || '''Status / Comment'''' ||
||<bgcolor="#C8C8C8"> || || || ||
||<bgcolor="#C8C8C8"> || || || ||
||<bgcolor="#C8C8C8"> || || || ||
||<bgcolor="#C8C8C8"> || || || ||

Warning /!\ Ubuntu Touch is no longer maintained as a core product by Canonical. However, the Ubports community are continuing development.

General

Device name

B&N Nook Tablet

Code name

acclaim

Image maintainer(s)

dejello

Testers

dejello

Update interval / last update

Check XDA Thread

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

What

Status/Comments

Graphics

Appears working

Boot process

Working

Rotation

Working/Ubuntu WIP

Cellular Radio

N/A

Wireless network

Working

Sound

Working

Touch

Working

Camera

N/A

Video Decode

Suspend/Resume

Other

No battery/light indicator

Installation

http://forum.xda-developers.com/showthread.php?t=2274569

Unlocking instructions

sdcard boot, get files at XDA forums.

http://forum.xda-developers.com/showthread.php?t=2274569

Known issues

Battery indicator does not work, possibly due to brightness issue. You can manually set the brightness and read battery information from the command line.

Trying to manually run the battery-indicator-service produces something along the lines of "fail to query backlight......" then terminates with a seg fault.

The image

TO ADD LATER, for now: http://forum.xda-developers.com/showthread.php?t=2274569

How to build it

TO ADD LATER

Redistributability

Are all parts of the image freely redistributable?

Legend

State

Explanation

Perfect

Redistributable, we're all happy

Maybe problematic

Might be redistributable, some open questions (comment)

Problematic

Not redistributable at all

Unknown

Unknown

Component name

Link to it

License (link or name)

Status / Comment'

Touch/Devices/acclaim (last edited 2013-07-10 22:47:31 by r74-192-27-126)