Ubuntu Touch [Discontinued] - Xperia Tablet Z Original Android Development

Code:
For pollux, pollux_windy
*** Disclamer
This is an experimental port, MAKE A BACKUP of your files before you continue.
I am not responsible if you brick your device, but I will try to help you if things go wrong.
Introduction
First of all, I would like to thank XDA for the amazing Tablet Z Competition and the XDA Tablet Z contest judges for choosing my project proposal.
What is Ubuntu Touch?
Our device on the ubuntu wiki: pollux
Our device on GitHub
Video
Click to expand...
Click to collapse
Images
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Installation instructions
In fastboot mode, flash boot.img - contains kernel and recovery
Code:
$ fastboot flash boot boot.img
$ fastboot reboot
In recovery mode, flash the device image and the ubuntu image with rootstock-ng
Code:
$ bzr branch lp:project-rootstock-ng
$ project-rootstock-ng/rootstock-touch-install 14.09-preinstalled-touch-armhf.tar.gz system.img
Click to expand...
Click to collapse
Download
Device Image
Ubuntu Image
Click to expand...
Click to collapse
Changelog
Working:
Code:
[LIST]
[*]adb
[*]Display
[*]Touchscreen
[*]WiFi
[*]Sound
[*]Video
[*]Apps
[/LIST]
Not working:
Code:
[LIST]
[*]Rotation
[*]Camera
[/LIST]
NOTE: Ubuntu Touch itself is still under heavy development and I cannot list all the flaws it has, since that is daily changing.
Please be aware that applications may not work as expected but the scope of this project is only the porting, not the actual operating system!
Click to expand...
Click to collapse
FAQ
* How to go back to stock?
Reboot into recovery. Wipe data/factory reset. Restore your backup. Reboot into flashmode and flash (with FlashTool) the kernel (kernel.sin only) from your .tft file (without wiping anything). Reboot.
* Installation stuck on "unpacking rootfs tarball to system-image ..."
Free up some space on the device.
Click to expand...
Click to collapse
XDA:DevDB Information
Ubuntu Touch, ROM for the Sony Xperia Tablet Z
Contributors
mamenyaka, ciderwein, diwic, jdstrand, jjohansen, ogra, w-flo
Source Code: https://github.com/mamenyaka?tab=repositories
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod, AOSP
Version Information
Status: Abandoned
Current Beta Version: 5
Beta Release Date: 2014-09-24
Created 2013-09-05
Last Updated 2016-02-10

mamenyaka said:
First of all, I would like to thank XDA for the amazing Tablet Z Competition and the XDA Tablet Z contest judges for choosing my project proposal.
I am still waiting for the device to arrive.
What is Ubuntu Touch?
Our device on the ubuntu wiki: pollux
Our device on GitHub
THANKS:
XDA
Google
Sony
Cyanogenmod
Ubuntu
Click to expand...
Click to collapse
I really hope to see this on our tablet, looks very promising, also a dual boot for this would be amazing. Thank you, and enjoy your new tablet Z.

i can't wait for this project to go into swing. i was just looking at your github source. are u going to build for the SGP311 variant as well?

skiwong20 said:
i can't wait for this project to go into swing. i was just looking at your github source. are u going to build for the SGP311 variant as well?
Click to expand...
Click to collapse
I will build for both versions, but I can only test the device variant I receive, so I hope both will work.
The images are ready, but I won't upload them without trying them out.

mamenyaka said:
I will build for both versions, but I can only test the device variant I receive, so I hope both will work.
The images are ready, but I won't upload them without trying them out.
Click to expand...
Click to collapse
okay cool. if you don't have sgp311 or sgp312 i will test for u. :fingers-crossed: i understand

mamenyaka said:
I will build for both versions, but I can only test the device variant I receive, so I hope both will work.
The images are ready, but I won't upload them without trying them out.
Click to expand...
Click to collapse
The variant we received is the WiFi version, so SGP311 and codenamed pollux_windy, I noticed you have pollux in the first post. Pollux kernels do not boot on pollux_windy and vice versa

lilstevie said:
The variant we received is the WiFi version, so SGP311 and codenamed pollux_windy, I noticed you have pollux in the first post. Pollux kernels do not boot on pollux_windy and vice versa
Click to expand...
Click to collapse
Thank you for the update!

mamenyaka said:
Thank you for the update!
Click to expand...
Click to collapse
np, I accidentally tried to boot a pollux kernel on mine, thought I screwed something up.

FYI: You linked the CM unlocking instructions from pollux, not from pollux windy -> https://wiki.ubuntu.com/Touch/Devices/pollux_windy
The correct unlocking link for windy is: http://wiki.cyanogenmod.org/w/Install_for_pollux_windy
cheers
helge

defy0815 said:
FYI: You linked the CM unlocking instructions from pollux, not from pollux windy -> https://wiki.ubuntu.com/Touch/Devices/pollux_windy
The correct unlocking link for windy is: http://wiki.cyanogenmod.org/w/Install_for_pollux_windy
cheers
helge
Click to expand...
Click to collapse
Thank you, I forgot to update the link!

Today I got the device!
And today the ubuntu touch team decided to make the switch from the "just another android shell":
Instead of booting into android and firing up the Ubuntu system after
android has booted, the new images now boot into Ubuntu and initialize
android inside an LXC container during boot.
Click to expand...
Click to collapse

Sounds great. My Pollux_Windy also waiting for your work.
BTW, thanks.
Sent from my Xperia S using xda app-developers app

First images are ready for flashing.
Until Ubuntu Touch finished the container flip, we will stick to the classic layout, so no daily saucy ubuntu images.
WiFi is not working - help would be appreciated.
Tried loading the module wlan.ko in /system/lib/modules, but not sure if done right.

The boot.img you mentioned in OP can be the boot.img extracted from the Pollux_windy zip file?
WiFi feature not working is really regretted, hope you can find the solving way, I'm not dev, but I like to try new thing.
WiFi is important to me for daily usage. Perhaps next build from you?
Thank you anyway.
Sent from my Xperia S using xda app-developers app

Trevor Chuah said:
The boot.img you mentioned in OP can be the boot.img extracted from the Pollux_windy zip file?
WiFi feature not working is really regretted, hope you can find the solving way, I'm not dev, but I like to try new thing.
WiFi is important to me for daily usage. Perhaps next build from you?
Thank you anyway.
Sent from my Xperia S using xda app-developers app
Click to expand...
Click to collapse
The boot.img is extracted from pollux_windy.zip.
WiFi is the most important thing to be fixed, don't worry.

Just a dream becoming true !
Need win8 rt after fixing bugs for ubuntu touch and fixe a three-boot with android/unbuntu/win8 and our tablet will be PERFECT

polinic69 said:
Just a dream becoming true !
Need win8 rt after fixing bugs for ubuntu touch and fixe a three-boot with android/unbuntu/win8 and our tablet will be PERFECT
Click to expand...
Click to collapse
There is no perfectly stable dual boot for this device yet. Other thing is. Porting win rt to android device is (kinda illegal) and it's a little bit impossible to do for devs. And yeah everyone of us would like to see rt on ours XTZ, but for now it's not gonna happen that easly.

ProtoDeVNan0 said:
...it's a little bit impossible to do for devs...
Click to expand...
Click to collapse
Impossible is a bit strong. It is improbable that a dev would do the needed work to make Windows RT boot.
The number one reason you touched on is legality, because you cannot just buy a Windows RT license aquiring the image to install would be illegal, and any dev who supported this would be likely to incur the wrath of Microsoft.
A dev may do it for fun though, like cotulla did with the HD2, but again like with the HD2 it would probably never see the light of day due to the above license issues.

Ty for your answer

WiFi fixed, fully working!
Uploading... Done.

Related

[TUT] Triple boot on the Nexus 4

THIS TUTORIAL IS NOT YET FINISHED
​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This will be a tutorial for people who want to Triple Boot on their Nexus 4. I will not explain how to unlock/root or install a newer or older version of TWRP.
The tutorial is based on having an Android ROM as a base. I will be using the PSX rom as main.
Click to expand...
Click to collapse
​
Step 1: Download the following files for MultiRom support on TWRP:
MultiROM: multirom-20131005-v16-mako.zip
Modified recovery (TWRP 2.6.3.0): TWRP_multirom_mako_20131006.img
Click to expand...
Click to collapse
​
Step 2; Flash a Kernel that supports the Kexec Hardboot patch. Or of course built your own.
Franco Kernel
Trinity Kernel
Faux Kernel
I will eventually add more
Click to expand...
Click to collapse
​
Step 3: Installing FirefoxOS
Download the following files:
System (Build September 30)
User Interface (Build October 5) FirefoxOS 1.3
Install the Mako_FFOS-20130930_system.zip as new ROM in the MultiROM interface. When it is installed go to List ROMs.
Then Flash ZIP the Mako_FFOS-20131005_UI_1.3.zip User Interface.
When you reboot your Nexus 4 you will be able to boot into FirefoxOS
Click to expand...
Click to collapse
​
Step 4: Installing Ubuntu Touchhttp://forum.xda-developers.com/showthread.php?t=2324683
For Ubuntu Touch to boot you need at least the 9-10-2013 built. This can be found on the Ubuntu website: http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/
You will need the saucy-preinstalled-touch-armhf.zip as a base.
And saucy-preinstalled-touch-armel+mako.zip as the second thing to install.
In MultiROM there is a seperate menu for adding Ubuntu Touch to the MultiROM list. This will take a while.
You will now be able to boot Ubuntu Touch when rebooting the device. Please know that the latest nighly's take a very long time to boot. At least 1,5 minutes.
Click to expand...
Click to collapse
Here is a Youtube video of it all. I also included a second Android ROM with a different kernel. The Main android ROM has the Franco Kernel and the second one has the NEO kernel.
Click to expand...
Click to collapse
Credits to:
@tassadar for the MultiRom port to the Nexus 4
@kfheaven for the Ubuntu Touch thread
@pureexe for compiling FirefoxOS
@morfic for the Trinity Kernel
@ctfrommn for the PSX rom
@franciscofranco for the Franco Kernel
@ramgear for the Neo kernel
Great work!!!
Sent from my Nexus 4 using xda app-developers app
well done :good:
Yess useful thread
Sent from my Nexus 4 using xda app-developers app
Just a query, as I'm not well versed in dual booting. Will dual or triple booting cause throttling, heating or performance issues. Oh and also will it provide battery for a day's use, since it's booting three OS?
Dvash27 said:
Just a query, as I'm not well versed in dual booting. Will dual or triple booting cause throttling, heating or performance issues. Oh and also will it provide battery for a day's use, since it's booting three OS?
Click to expand...
Click to collapse
Not that I have experienced. You will boot each OS seperatly and not at the same time, so it should not cause any hardware issues.
Sent from my Nexus 4 using xda app-developers app
hey guys..
i'm somehow confused..
what's differences between this and multi rom thread?
whole procedure is similar..
Dark Fear said:
hey guys..
i'm somehow confused..
what's differences between this and multi rom thread?
whole procedure is similar..
Click to expand...
Click to collapse
I am trying to help people direct them to the right download links for each operating system. If you want to multiboot the latest stable UbuntuTouch version you will be stuck at the Google logo. Just pointing out the nightlies downloads.
Also I will add pictures to make it easier.
Sent from my Nexus 4 using xda app-developers app
Will it work with PA 3.99 RC2?
Brociu12 said:
Will it work with PA 3.99 RC2?
Click to expand...
Click to collapse
Yes it does. When I first starting using MultiRom I used PA 3.99 too. The only problem is the kernels. If you wish so flash another kernel on a second Android rom you will get graphic problems like you would have with JSS or JWR differences.
Oh yeah, thank you for this
Sent from my Nexus 4
Thanks I'm trying right now, and very angry with "add rom" option don't showing in TWRP, but working on the boot of device...
does this wipe any files from the storage part of the data partition?
Brociu12 said:
Thanks I'm trying right now, and very angry with "add rom" option don't showing in TWRP, but working on the boot of device...
Click to expand...
Click to collapse
The the actual 'Add Rom' button not show or are you not even able to get in the MultiRom window. You should first click on Advanced.
hp420 said:
does this wipe any files from the storage part of the data partition?
Click to expand...
Click to collapse
It should not wipe anything. I am not the creator of any of these files so you should rather ask them.
Great tutorial I've been playing with multirom all week. It's so useful being able to test any ROM without disturbing the internal.
Sent from my Nexus 4 using xda app-developers app
Zenety said:
The the actual 'Add Rom' button not show or are you not even able to get in the MultiRom window. You should first click on Advanced.
Click to expand...
Click to collapse
I know this...
Now it works, problem was that Flashy app, don't be able to flash .img file recovery properly.
FFOS is nice, but in my N4 it's a little bit laggy, don't smooth as Android
Zenety said:
THIS TUTORIAL IS NOT YET FINISHED
Click to expand...
Click to collapse
hi
how can i use 4.2.2 roms as my secondary?
4.2.2 kernels are different from 4.3 and don't include that patch..
Dark Fear said:
hi
how can i use 4.2.2 roms as my secondary?
4.2.2 kernels are different from 4.3 and don't include that patch..
Click to expand...
Click to collapse
Just flash the ROM. The kernel with KEXEC only needs to be installed for the Primary ROM. (This allows MultiROM to ignore it when booting other ROMS)
@Zenety Tasssadar created a new test recovery img that fixes the data issue with installing UTouch as the second+ ROM. I haven't checked yet to see if he's updated his OP, but you may want to keep this in mind.
Zenety said:
I am trying to help people direct them to the right download links for each operating system. If you want to multiboot the latest stable UbuntuTouch version you will be stuck at the Google logo. Just pointing out the nightlies downloads.
Also I will add pictures to make it easier.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Does installing the latest build from the current/ folder hang on the Google logo, or does it just take too long??
How many storage use for ubuntu touch?
Sent from my Nexus 4 using XDA Premium 4 mobile app

[MOD][Feb 15] MultiROM v31x

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Introduction
MultiROM is one-of-a-kind multi-boot mod for Nexus 7. It can boot any Android ROM as well as other systems like Ubuntu Touch, Plasma Active, Bohdi Linux or WebOS port.Besides booting from device's internal memory, MultiROM can boot from USB drive connected to the device via OTG cable. The main part of MultiROM is a boot manager, which appears every time your device starts and lets you choose ROM to boot. You can see how it looks on the left image below and in gallery. ROMs are installed and managed via modified TWRP recovery. You can use standard ZIP files to install secondary Android ROMs, daily prebuilt image files to install Ubuntu Touch and MultiROM even has its own installer system, which can be used to ship other Linux-based systems.
Features:
* Multiboot any number of Android ROMs
* Restore nandroid backup as secondary ROM
You can also watch a video which shows it in action.
Click to expand...
Click to collapse
WARNING
It is dangerous. This whole thing is basically one giant hack - none of these systems are made with multibooting in mind. It is no longer messing with data partition or boot sector, but it is possible that something goes wrong and you will have to flash factory images again. Make backups. Always.
Click to expand...
Click to collapse
NOTES
I'm not responsible for anything.
I just compiled it, the hard work was done by the people in the credits section. Please support them.
Please post bugs
Installation with Sony Stock ROM
Your bootloader must be unlocked for this to work.
Make a backup
Flash custom boot.img (fastboot flash boot boot_stock_windy.img / fastboot flash boot boot_stock_pollux.img
Install multirom.zip
Installation with OmniROM
Make a backup
Install OmniRom
Install multirom.zip
more detailed
Make a backup from your recovery
Install a Rom with kexec-hardboot support from recovery
Install multirom.zip from TWRP
Reboot to recovery
Install second ROM from recovery (Advanced -> MultiROM -> Add ROM)
You now have a Xperia Tablet Z with multiboot
Source
MultiROM: https://github.com/pollonamid/multirom
Kernel: https://github.com/omnirom/android_kernel_sony_apq8064
TWRP: https://github.com/XperiaMultiROM/android_bootable_recovery
Click to expand...
Click to collapse
CREDITS
Tasssadar - MultiROM and modified TWRP
Olivier - MultiROM port to Xperia Z
Olivier and Everyone else mentioned here - KEXEC hardboot porting to Xperia Z and Tablet Z
skiwong 20 - building builds while I was away
OmniROM
Click to expand...
Click to collapse
Downloads
Pollux
multirom.zip
Pollux_windy
WARNING! - I don't own this device, so it's untested.
multirom.zip
XDA:DevDB Information
MultiROM v31x pollux, Tool/Utility for the Sony Xperia Tablet Z
Contributors
pollonamid
Version Information
Status: Testing
Created 2014-08-26
Last Updated 2015-02-15
Reserved
Changelog:
26/08/2014 - First release
16/09/2014 - No need to install recovery seperately
21/09/2014 - fixed list rom-view in recovery
Reserved
Supported internal ROMs:
Pollux_Windy
OmniROM
PAC-Man (thanks to skiwong20)
Sony Stock 10.5.1.A.0.xxx Flash this kernel
Pollux
OmniROM
PAC-Man (thanks to skiwong20)
Sony Stock 10.5.1.A.0.xxx Flash this kernel
nice to see multirom here too!
i´ve build it for my own (pollux windy _ aosb) but aosb code isn´t
ready yet, so i decided to hold it till aosb 1.3.7 will be released!
NICE WORK!!!
c0llal0 said:
nice to see multirom here too!
i´ve build it for my own (pollux windy _ aosb) but aosb code isn´t
ready yet, so i decided to hold it till aosb 1.3.7 will be released!
NICE WORK!!!
Click to expand...
Click to collapse
Wow, awesome!
Hi,
Installed multirom yesterday, so far its working, but when i try to add a rom in twrp (then advanced-multirom) i see a screen with something like what type of rom do you want to install, then i select android and then its stuck. No next button or something noting works anymore and I need to reset
Sent from my HTC One_M8 using XDA Free mobile app
Dutchdeveloper said:
Hi,
Installed multirom yesterday, so far its working, but when i try to add a rom in twrp (then advanced-multirom) i see a screen with something like what type of rom do you want to install, then i select android and then its stuck. No next button or something noting works anymore and I need to reset
Sent from my HTC One_M8 using XDA Free mobile app
Click to expand...
Click to collapse
Yes, I know this bug. Multirom-TWRP doesn't work in landscape currently. You have to change it to landscape. So, go to Settings -> Screen and set rotation to 90.
Hi !
Nice to see a working Multiboot.
Could you help me ?
My SGP311 is flashed with newest Omnirom nightly with "normal" TWRP,
What exactly i have to do to Update to Multirom and to install cm11 as second android ??
Can i do all steps without PC ?
phillipssat said:
Hi !
Nice to see a working Multiboot.
Could you help me ?
My SGP311 is flashed with newest Omnirom nightly with "normal" TWRP,
What exactly i have to do to Update to Multirom and to install cm11 as second android ??
Can i do all steps without PC ?
Click to expand...
Click to collapse
Hi
I updated the installation instructions and made the more detailed. Hope it helps.
Currently it's not possible to install without a pc, sorry.
pollonamid said:
Hi
I updated the installation instructions and made the more detailed. Hope it helps.
Currently it's not possible to install without a pc, sorry.
Click to expand...
Click to collapse
Does it split main partition to install 2nd ROM separately? Or where second ROM stores it data?
pollonamid said:
Hi
I updated the installation instructions and made the more detailed. Hope it helps.
Currently it's not possible to install without a pc, sorry.
Click to expand...
Click to collapse
@pollonamid I flashed your boot for pollux_windy but the recovery is the normal TWRP without multirom, any ideas what i'm doing wrong?
//can you share recovery img so i can flash like this? --> http://teamw.in/project/twrp2/185
Rootk1t said:
Does it split main partition to install 2nd ROM separately? Or where second ROM stores it data?
Click to expand...
Click to collapse
No. It stores the data in the multirom folder on the internal sd-card. You can read more in the original multirom thread http://forum.xda-developers.com/showthread.php?t=2011403
@pollonamid
can i request assistance here? I'm doing something wrong? Can you post recovery.img?
EsEnZeT said:
@pollonamid
can i request assistance here? I'm doing something wrong? Can you post recovery.img?
Click to expand...
Click to collapse
Here you go. Had to compile it. I will upload a new boot.img later, too. Could be that I uploaded the false one. Sorry.
https://www.androidfilehost.com/?fid=23622183712465782
Hi !
Whats about this App ?
https://play.google.com/store/apps/details?id=com.tassadar.multirommgr&hl=de
Does it run on SGP-311 with your Multiboot ??
pollonamid said:
Here you go. Had to compile it. I will upload a new boot.img later, too. Could be that I uploaded the false one. Sorry.
https://www.androidfilehost.com/?fid=23622183712465782
Click to expand...
Click to collapse
That means, this is OK for pollux-windy and your link on your first posting is not OK ??
Better to Update your first posting ??
phillipssat said:
Hi !
Whats about this App ?
https://play.google.com/store/apps/details?id=com.tassadar.multirommgr&hl=de
Does it run on SGP-311 with your Multiboot ??
Click to expand...
Click to collapse
Didn't try yet. Try it and tell us if it works, please.
phillipssat said:
That means, this is OK for pollux-windy and your link on your first posting is not OK ??
Better to Update your first posting ??
Click to expand...
Click to collapse
Thank you for pointing this out. I just forgot it. lol
https://www.androidfilehost.com/?fid=23622183712465782 is a recovery.img. Don't flash it to boot partition.
I updated the OP with the new link.
What happens after a nightly omnirom update which updates the recovery (TWRP) ??
Update 2014-09-04 will change TWRP !?
http://omni.cmxlog.com/4.4/pollux_windy/
Do i have to flash your files again ??
phillipssat said:
What happens after a nightly omnirom update which updates the recovery (TWRP) ??
Update 2014-09-04 will change TWRP !?
http://omni.cmxlog.com/4.4/pollux_windy/
Do i have to flash your files again ??
Click to expand...
Click to collapse
Currently, yes, if it is your main rom. If it is a secondary rom, no.

[ROM][12Sep][GNU/Linux] Sailfish OS 2.0.5.6 - Dirty Cow fix, add JBD,XFS,iso9660,UDF

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Disclaimer
Code:
WARNING: "Modifying or replacing your device’s software may void your device’s warranty, lead to data loss,
hair loss, financial loss, privacy loss, security breaches, or other damage,
and therefore must be done entirely at your own risk. No one affiliated
with this project is responsible for your actions but yourself. Good luck."
Hello and good news everybody!
Sailfish OS on Nexus 4, this is a community port!
Android-in-a-Window (sfdroid) support is now possible!
We are also working to rebase onto CM 12.1 for more goodies; you can help us by testing Backup to cloud (and restore) introduced in 2.0.2.51, as this will be needed during the CM reflash.
Status, download, installation...
Sailfish OS is a GNU/Linux based mobile operating system, which is gesture-driven for the ease of use. It runs natively as glibc (not Android's bionic), has bash and busybox (not toolbox), uses Qt for UX, and other opensource projects in its middleware -- which basically is just like a Linux on your desktop, and runs native Qt apps and cmdline apps, but doesn't run Android apps (check for Android-in-a-Window above if you need them).
And everything else you need to know:
https://wiki.merproject.org/wiki/Adaptations/libhybris/Install_SailfishOS_for_mako
as well as http://bit.ly/port-user-faq​XDA:DevDB Information
Sailfish OS, ROM for the Nexus 4
Contributors
ballock, carepack, sledges, MultiROM author Tassadar, ZANAC the master of bluetooth, tbr, Jolla sailors especially MSameer for camera! experiments, early porters Stskeeps, lbt, thp, alterego, faenil, jusa_, LEDs spiiroin, sensors lpotter, USB phdeswer, vrutkovs, the HADK team, the Mer Project, the Nemo Project and all the fine people over at #sailfishos-porters
Source Code: https://github.com/mer-hybris
Sailfish OS Version: 2.0
ROM Base OS Version: 4.4 KitKat
Version Information
Status: Gamma (better than Beta, but still not release quality )
Created 2014-12-11
Last Updated 2017-01-02
nice work and great thanks for your contribution
asuperpig said:
nice work and great thanks for your contribution
Click to expand...
Click to collapse
thank you for you're kind words . Let us know what you think about and how you're impressions.
thanks for the built!
everything is working so far (well.. didn't test a lot till now).
But with Android 5 (CM12 built) and the 0.48 0.84 modem image in MultiRom wifi and mobile network is working fine!
woernsn said:
thanks for the built!
everything is working so far (well.. didn't test a lot till now).
But with Android 5 (CM12 built) and the 0.48 modem image in MultiRom wifi and mobile network is working fine!
Click to expand...
Click to collapse
Thank you for sharing this good news. Sailfish alongside lollipop is then no problem? That's great and really helpful for others!
carepack said:
Thank you for sharing this good news. Sailfish alongside lollipop is then no problem? That's great and really helpful for others!
Click to expand...
Click to collapse
Just encountered a problem with Clash Of Clans. The screen freezes every few seconds for milliseconds. I think it's some graphic-related problem with the old modem. (Btw there is a typo in my post.. I use the .84 one )
Maybe a hybrid modem would help but I'm to lazy to setup SailfishOS again
woernsn said:
thanks for the built!
everything is working so far (well.. didn't test a lot till now).
But with Android 5 (CM12 built) and the 0.48 modem image in MultiRom wifi and mobile network is working fine!
Click to expand...
Click to collapse
woernsn said:
Just encountered a problem with Clash Of Clans. The screen freezes every few seconds for milliseconds. I think it's some graphic-related problem with the old modem. (Btw there is a typo in my post.. I use the .84 one )
Maybe a hybrid modem would help but I'm to lazy to setup SailfishOS again
Click to expand...
Click to collapse
I used 0.48 modem and it didn't worked. I'll switch to 0.84 then. I'm on stock 5.0.1 with custom kernel.
guimendes said:
I used 0.48 modem and it didn't worked. I'll switch to 0.84 then. I'm on stock 5.0.1 with custom kernel.
Click to expand...
Click to collapse
yeah, sorry for the typo :/
I'm on self-built CM12 with the CM11-kernel from MultiROM (for the Kexec-hardboot problem).
I flashed the 0.84 modem and then installed sailfishOS with current MultiROM (CM 10.1.3 and this GREAT community sailfish-build)
woernsn said:
yeah, sorry for the typo :/
I'm on self-built CM12 with the CM11-kernel from MultiROM (for the Kexec-hardboot problem).
I flashed the 0.84 modem and then installed sailfishOS with current MultiROM (CM 10.1.3 and this GREAT community sailfish-build)
Click to expand...
Click to collapse
Did you flash the modem all over the system or through MultiROM feature?
guimendes said:
Did you flash the modem all over the system or through MultiROM feature?
Click to expand...
Click to collapse
All over BEFORE installing sailfish OS.
Just setting it as Radio Image in MultiROM didn't work for me (couldn't use sound or WIFI..).
@carepack any suggestion for modem to set through MultiROM for WiFi, Bluetooth and sound to work? 3G data is working with stock 5.0.1 radio.
guimendes said:
@carepack any suggestion for modem to set through MultiROM for WiFi, Bluetooth and sound to work? 3G data is working with stock 5.0.1 radio.
Click to expand...
Click to collapse
as far as I've seen, it doesn't work via MultiROM.
Bluetooth doesn't work yet anyhow.
guimendes said:
@carepack any suggestion for modem to set through MultiROM for WiFi, Bluetooth and sound to work? 3G data is working with stock 5.0.1 radio.
Click to expand...
Click to collapse
woernsn said:
as far as I've seen, it doesn't work via MultiROM.
Bluetooth doesn't work yet anyhow.
Click to expand...
Click to collapse
totally right! You can track the status of working hardware on:
https://wiki.merproject.org/wiki/Adaptations/libhybris
gps, bluetooth, nfc not working. i recommend 0.84 modem. But you can play with it and look where you get best results. also this thread may help you:
http://forum.xda-developers.com/jolla-sailfish/general/09-06-sailfishos-multirom-how-to-set-t2869096
ahoi
Do android apps work with this version?
Sent from my Nexus 4 using XDA Free mobile app
suarez1907 said:
Do android apps work with this version?
Sent from my Nexus 4 using XDA Free mobile app
Click to expand...
Click to collapse
first post
Known issues:
OTA Updates do not work
The camera does not fully work
Android app support is not available (unlike in Jolla phone): please ask about the status for open-source Dalvik runtime framework on #sailfishos-porters on irc.freenode.net and also check this XDA Thread
All remaining: In Bugzilla
Click to expand...
Click to collapse
okay good news: the graphic problem seems to be coming from the cm11 kernel. so we (we = CM12 users) just have to wait for a cm12 kernel with kexec-hardboot support
I know it's a silly question but does it has android runtime ? ( i know about the license "Problem" but just out of curiosity)
Nice to see some progress in Sailfish for N4. Could someone report on MTP or UMS? I really missed being able to copy files onto the phone.
Sent from my Nexus 4 using XDA Free mobile app
LightingZ said:
I know it's a silly question but does it has android runtime ? ( i know about the license "Problem" but just out of curiosity)
Click to expand...
Click to collapse
no. (see first post)
Daycrawler said:
Nice to see some progress in Sailfish for N4. Could someone report on MTP or UMS? I really missed being able to copy files onto the phone.
Sent from my Nexus 4 using XDA Free mobile app
Click to expand...
Click to collapse
copyin' files is no problem. ssh/sftp/scp/gnome. if you're a linux user it should be easy for you. But if you want to prefer mtp you'll have to wait. Not working atm
UMS? = UMTS

[REPO][DEV] CyanogenMod 12 for GALAXY Grand Prime

</> Developpers Only </>
As you may know it, GALAXY Grand Prime is powered by a 64Bit Entry-Level Quad Core CPU, that makes developpment on this device VERY HARD It's like Intel Atom Processors
Anyway, I tried to make a repo for building TWRP GALAXY Grand Prime by refering to Huawei G620S' Repo by GitHub member "EloYGomeZ" BIG thanks to him.
If you're interested in building TWRP, you can use this repo. Feel free to use it, but please remember to give credits when done.
The Repo isn't yet done, it may contains many bugs and errors; plus I can't test it or test a TWRP build since I don't have my hand on that device (should have one in 2 weeks).
Update as of 18/6/2015: TWRP has been compiled for Grand Prime
TWRP ==> http://forum.xda-developers.com/grand-prime/development/share-twrp-2-8-4-0-galaxy-prime-t3064506
Philz Touch :
Download ==> https://mega.co.nz/#!SQ8XkIiI!Kj_9rhfVY8bz0nRjZGDGra4Bs3Nen-87O4vhWGHlVzc
Thread ==> http://forum.xda-developers.com/gra...share-galaxy-grand-prime-sm-g530h-f0-t3057571
Source ==> http://www.phonandroid.com/forum/ph...d-galaxy-grand-prime-sm-g530f-fz-t116883.html
Current CM12 ETA:​- Compiled successfully
- Bootable
- CanNOT get to home launcher!
GitHub an sources:
@K_TECH 's device tree and all sources needed to compile cm12 ==> https://github.com/fortunave3gxx
fortuna3g TWRP Repo ==> https://github.com/Nonta72/fortuna3g-twrp (mine)
Huawei G620S TWRP Repo (used as a reference): https://github.com/Nonta72/android_device_huawei_g620s-twrp (EloYGomeZ)
Device Tree (WIP): https://github.com/Nonta72/fortuna3g-tree (mine)
Source Code for KK: http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=SM-G530​
Wow great,
IMO, its not about 64bit chipset, as we know, lenovo a6000/k30 have the same chipset 64bit.
But have development, we have CWM, Phillz recovery, cm11, MIUI rom
The main problem to devevelop grand prime is qualcomm secure bootloader that protect the device. We need to disable the secure bootloader first. CMIIW
Shinkumara said:
Wow great,
IMO, its not about 64bit chipset, as we know, lenovo a6000/k30 have the same chipset 64bit.
But have development, we have CWM, Phillz recovery, cm11, MIUI rom
The main problem to devevelop grand prime is qualcomm secure bootloader that protect the device. We need to disable the secure bootloader first. CMIIW
Click to expand...
Click to collapse
I didn't see Lenovo a6000 CWM/TWRP and Custom ROMs yet.
About Bootloader on Grand Prime, I never heard about this
Maybe we should start unlocking this 1st
I can't do anything as of now, since I don't have the decice yet.
i hope i can learn somewhere how to build twrp. Anyway i will support u guys.
Samir96 said:
i hope i can learn somewhere how to build twrp. Anyway i will support u guys.
Click to expand...
Click to collapse
If you think you can be tester and don't care about flashing your phone at least twice a day, then you can help!
can you please fix it. recently i don't have the device. building cm 11
nilimahona said:
can you please fix it. recently i don't have the device. building cm 11
Click to expand...
Click to collapse
What's the problem with the BoardConfig ?
PS: I also don't own the device yet.
The board config should be in KK Kernel source.
I'll test extensively I have 8 sm-g530az (cricket USA)
All rooted with cwm philz recovery
Nonta72 said:
If you think you can be tester and don't care about flashing your phone at least twice a day, then you can help!
Click to expand...
Click to collapse
krazy_smokezalot said:
I'll test extensively I have 8 sm-g530az (cricket USA)
All rooted with cwm philz recovery
Click to expand...
Click to collapse
The device already have CWM.
All you need now is CyanogenMod.
Nonta72 said:
The device already have CWM.
All you need now is CyanogenMod.
Click to expand...
Click to collapse
Would you know if anyone has started on that project?
krazy_smokezalot said:
Would you know if anyone has started on that project?
Click to expand...
Click to collapse
I already started, currently getting the device tree ready.
Lets start ^_^
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I'm getting stuck in this error :3
source: http://github.com/fortunave3gxx
Try "apt-cache search audio_defs.h" to find the dev package that is missing. Sometimes it work
Sent from my SM-G530FZ using XDA Free mobile app
kentone said:
Try "apt-cache search audio_defs.h" to find the dev package that is missing. Sometimes it work
Sent from my SM-G530FZ using XDA Free mobile app
Click to expand...
Click to collapse
Nevermind, i solved that errors in an hour ago ^_^
The build progress has been done, but i get an error when i try to flash it"binnary error". And it's come from recovery
If it ready, i'll upload my device configuration, Stay tuned
my own source: http://github.com/fortunave3gxx
K_TECH said:
The build progress has been done, but i get an error when i try to flash it"binnary error". And it's come from recovery
If it ready, i'll upload my device configuration, Stay tuned
my own source: http://github.com/fortunave3gxx
Click to expand...
Click to collapse
try to replace the update-binary in META-INF folder
The you can building kernel from source code boeffla working with grand prime ... kernel boeffla is 1 of the famous kernel. if you are building is too good. I very much hope into you. Thx you
Nonta72 said:
try to replace the update-binary in META-INF folder
Click to expand...
Click to collapse
Can you share your update-binary?
recoman said:
The you can building kernel from source code boeffla working with grand prime ... kernel boeffla is 1 of the famous kernel. if you are building is too good. I very much hope into you. Thx you
Click to expand...
Click to collapse
I don't think Lord Boeffla does support the Grand Prime.
K_TECH said:
Can you share your update-binary?
Click to expand...
Click to collapse
I'd love to, but I don't have the device yet. That's why I even stopped the project.
Suggestion: try to find a similar device (same chipset) that have CM or a CWM ROM, download that ROM and replace your binary with the one in that ROM. I heard the Huawei G620S (with MSM8916) have a working CyanogenMod, you may want to check that out.
Suggestion 2: make sure your updater-script is well formed, I can help you with that if needed, just upload that file.

[UNOFFICAL] CM 13.0 - Android 6.0.1

CYANOGENMOD 13.0​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What works:
- WiFi
- SIM Card detection
- Touchscreen
- Audio
- Bluetooth
What does not work:
- Camera
Installation Instructions:
YOU NEED TO HAVE AN UNLOCKED BOOTLOADER
- Put GAPPs on your phone
- Reboot into any recovery
- Wipe everything except internal storage and SD card
- Reboot to bootloader
- Flash the ROM:
Windows:
Code:
cd C:Users[usernameDownloads
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot reboot
Linux:
Code:
cd /home/[username]/Downloads/
sudo fastboot flash system system.img
sudo fastboot flash boot boot.img
sudo fastboot flash recovery recovery.img
sudo fastboot reboot
- If you want, you can also replace the recovery.img by any twrp.img
If you want gapps:
- Flash recovery via fastboot
- reboot into recovery
- flash open gapps
Download
ROM
GAPPs
XDA:DevDB Information
CM 13.0, ROM for the Sony Xperia Z2
Contributors
_heisenberg
ROM OS Version: 6.0.x Marshmallow
ROM Firmware Required: Unlocked Bootloader
Version Information
Status: Nightly
Created 2016-02-21
Last Updated 2016-02-21
In my opinion, this ROM is not ready as a daily driver. You can try it on your own, but never tell me that I have not warnt you. It is not very stable and the GooglePlay Services crash often. This ROM is mainly for people who want to try something new. I will continue making builds every 1 or 2 weeks or every time a major thing gets fixed (e.g. camera).
Good see CM 13 coming to Z2... Thank you for your efforts
Can you make a flashable.zip of this rom ?
Sent from my D6503 using Tapatalk
itsnie said:
Can you make a flashable.zip of this rom ?
Sent from my D6503 using Tapatalk
Click to expand...
Click to collapse
This is too much effort for almost nothing...I mean I **could** do it, but why should I?
_heisenberg said:
This is too much effort for almost nothing...I mean I **could** do it, but why should I?
Click to expand...
Click to collapse
Because not all people have machine to flash something, like me haha [emoji24]
Sent from my D6503 using Tapatalk
itsnie said:
Because not all people have machine to flash something, like me haha [emoji24]
Sent from my D6503 using Tapatalk
Click to expand...
Click to collapse
Okay, maybe I will do it when I have time
_heisenberg said:
Okay, maybe I will do it when I have time
Click to expand...
Click to collapse
Start hit thanks button, hit hit hit[emoji23]
Sent from my D6503 using Tapatalk
I like it!
The ROM in addition to being compatible with the model D6503, it is also compatible with the D6502 model?
Thank y
pickmod said:
I like it!
The ROM in addition to being compatible with the model D6503, it is also compatible with the D6502 model?
Thank y
Click to expand...
Click to collapse
Have not tried it.
Does it work with locked bootloader?
light19940120 said:
Does it work with locked bootloader?
Click to expand...
Click to collapse
NO
When did u complie this rom because aosp blobs are merged with cm which makes camera n rest of stuff work well, the camera focus don't work tho
Austin.gonzo said:
When did u complie this rom because aosp blobs are merged with cm which makes camera n rest of stuff work well, the camera focus don't work tho
Click to expand...
Click to collapse
21. Feb. I know, I have also Seen this.
If anyone wants to test, feel free. But I only tested Google Camera, ehich force closed. So may be anyone else can test another cam.
_heisenberg said:
21. Jan. I know, I have also Seen this.
If anyone wants to test, feel free. But I only tested Google Camera, ehich force closed. So may be anyone else can test another cam.
Click to expand...
Click to collapse
I don't think the camera would work on any camera apps available due to the missing drivers, before the Aosp blobs merged with cm (before 20 Feb) cyanogenmod was...let's say, less stable than what it is now,So yea there's like 80% chance that this rom would not have a working camera.
Keep up the good work, you're the only person who's working on cm 13 for z2 so I gotta give u alot of credits :good:
Austin.gonzo said:
I don't think the camera would work on any camera apps available due to the missing drivers, before the Aosp blobs merged with cm (before 20 Feb) cyanogenmod was...let's say, less stable than what it is now,So yea there's like 80% chance that this rom would not have a working camera.
Keep up the good work, you're the only person who's working on cm 13 for z2 so I gotta give u alot of credits :good:
Click to expand...
Click to collapse
Whooops I meant 21. Feb of course. (In the post above I wrote 21. Jan)
Gonna try as soon (if) there is a flashable zip ? This sounds awesome @_heisenberg . Much respect too you.
I made a flashable zip:
**removed**
Use at your own risk! I don't know if it works.
_heisenberg said:
I made a flashable zip:
https://www.androidfilehost.com/?fid=24421527759886161
Use at your own risk! I don't know if it works.
Click to expand...
Click to collapse
Let's hope it does :fingers-crossed:
Austin.gonzo said:
Let's hope it does :fingers-crossed:
Click to expand...
Click to collapse
Does it?

Categories

Resources