Thread Moved to http://forum.xda-developers.com/moto-g/development/sailfish-moto-g-1st-gen-falcon-t3198067
{
"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"
}
Yes, you aren't misread. Sailfish OS on Motorola Moto G 1st Gen. Woohoo \/
Sailfish OS based on CyanogenMod 12.1.
Working :
GUI
Audio
Vibration
Not working (and untested) :
Anything except GUI, Audio and Vibration
Full lists: ht*tps://wiki.merproject.org/wiki/Adaptations/libhybris
(remove the *)
How to Install?
Flash CyanogenMod 12.1 via recovery (I'm using TWRP)
Flash Sailfish OS image
Enjoy!
Download link: ht*tp://images.devaamo.fi/sfe/falcon/
(remove the *)
Needs to communicate with your device? Use telnet and ssh!
Code:
Gain root access
telnet 192.168.2.15 2323 or telnet 192.168.2.15 23
Gain ssh access
Run this as root
passwd nemo
Connect to [email protected] via ssh
Networking? Use USB Networking!
Code:
Execute on your host as root. Use the interface which your host uses to connect to the Internet. It's wlan0 in this example:
iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE
echo 1 > /proc/sys/net/ipv4/ip_forward
Execute on your device as root:
route add default gw 192.168.2.2 (<- host's usb0 IP)
echo 'nameserver 208.67.222.222' > /etc/resolv.conf
Running on my Phone (XT1033)
Many thanks to:
sledges
mal-
And every other porters on #sailfishos-porters IRC channel
Sorry for my bad English.
Plzz support moto e 1st gen. Plzz
Sent from my Moto E using XDA Free mobile app
nisu4717 said:
Plzz support moto e 1st gen. Plzz
Sent from my Moto E using XDA Free mobile app
Click to expand...
Click to collapse
You can try to port it yourself.
Just follow the Hardware Adaptation Development Kit and don't forget to join #sailfishos-porters channel on Freenode.
Related
In the last weeks I blogged a couple of times about how we want to get Ubuntu out to more and more users in a much much easier way. It would be great if we could have gotten all images built in the data centre, but unfortunately do redistributability issues (some firmwares, blobs and proprietary kernel modules) not allow us to redistribute them easily. Another issue were some short-comings in our infrastructure, which have to some degree been fixed already.
Anyway... we wanted to make it easier and take sort of a short-cut, so the unstoppable Sergio Schvezov sat down and restructured phablet-tools to let us much more easily support community ports of Ubuntu Touch.
What does this mean?
{
"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"
}
Up until now, phablet-flash just supported these four devices: Galaxy Nexus, Nexus 4, Nexus 7 and Nexus 10. That was it.
After some discussions with port maintainers around the globe, we are quite happy to announce that we are now adding the following community ports to the mix: HTC Desire Z, Samsung Galaxy S2, Huawei Ascend P1. Now the family of phablet-flash‘able devices would look like this:
Once Sergio’s branch has landed, you will be able to just run
Code:
phablet-flash community --device u9200
to flash your device. (The above would be what you’d need to type in for a Huawei Ascend P1.) Until then you can just
Code:
bzr branch lp:~sergiusens/phablet-tools/flash_change
and run it from there.
More and more devices are on the way, and the process for telling phablet-flash about your port is actually quite easy.
You can help!
If you have any of the devices lists on our Touch Devices list, and you made a backup of things and you generally know your way around in terms of flashing, etc. Do the following:
Check if your port is registered already. If yes, great. If not, please talk to the port maintainers listed on the page linked from our devices list and follow the instructions for registering the port.
Code:
bzr branch lp:~sergiusens/phablet-tools/flash_change; cd flash_change; ./phablet-flash community --device <vendor>
(ie, i9100)
Give feedback on the ubuntu-phone mailing list.
Thanks a bunch in advance!
Quick update: now it's just
bzr branch lp: phablet-tools; cd phablet-tools
./phablet-flash community --device <vendor>
Click to expand...
Click to collapse
(Remove the space between "lp:" and "phablet-tools" - auto-smiley got me here.
If you run saucy and have phablet-tools installed, you can now just run:
Code:
phablet-flash community --device <vendor>
Great work, everyone.
Any word on when/how we'll be able to use CM10.2 to build the Android parts? I don't have much of an option for the new N7.
Sent from my Nexus 4 using Tapatalk 2
Hi guys,
I'm by no means a pro at kernel building but I've put lots of effort into this kernel so I thought I'd share it with you. I do not own a Moto G so I haven't had a chance to test it. The kernel is still in testing stage and built with Linaro 4.10.0 toolchain. It built from source and has added features from Blechd0se and Faux123's Kernels for Moto G.
Edit: These kernels are only for stock based 4.4.2 ROM's and not for PAC, CM etc.
It should work in theory but since I do not own the device, I can't be certain.
If someone would be kind enough to test them for me, I'd be really thankful.
Also, you will not end up in a bootloop or lose data after flashing this kernel. Just use the command fastboot flash boot boot.img fastboot boot boot.img and if there are any problems, your phone will come back to the original state on next boot.
If the kernel crashes or fails to boot, please get me a last_kmsg so I can debug it.
Code:
adb shell cat /proc/last_kmsg > kmsg.txt
Download Links:
Test 1: 3.4.0-hor1z0nKernel
Test 2: 3.4.98-hor1z0nKernel
The 3.4.98 Kernel has some cherrypicked features from Uber Kernel for N5 and latest 3.4.98 Kernel from Kernel.org
If I helped you or you like my work please click the
{
"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"
}
button.
From wich sources is kernel made? If its from Cyanogenmod sources it should work on custom roms..and if it isn't,could you make one and add the same features? It seems really good but i dont want to revert to stock just to test..
Sent from my Moto G using Tapatalk
Changelog?
Enviado desde mi XT1032 usando Tapatalk 2
Has anyone tried this kernel?
What is the best kernel I can use for Moto G XT1033.
Sorry for stupid questions. I'm new to XDA. :silly:
Sorry buddy, but where are the sources? Can you post a link?
Thanks
The download links are broken..
Nethunter successfully running..
Wifite loading..
But couldn't turn on monitor mode.
Any expert kindly help me..
Any recommendations for usb wifi adapter?
Tp Link wn722n wireless wifi adapter can recognise note 4?
Please help...
{
"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"
}
Sent from my SM-N910C using XDA-Developers mobile app
how did u managed to run net hunter??Is it really net hunter or r u running kali arm??? And for a working monitor mode u have to recompile the kernel using source and also add lib for the external usb adapter(has to support packet injection)...I know nothing about it i've seen in in a website somewhere
See this..
Sent from my SM-N910C using XDA-Developers mobile app
Bishal 00 said:
how did u managed to run net hunter??Is it really net hunter or r u running kali arm??? And for a working monitor mode u have to recompile the kernel using source and also add lib for the external usb adapter(has to support packet injection)...I know nothing about it i've seen in in a website somewhere
Click to expand...
Click to collapse
What is the web site?
Can you kindly post here?
Thanks for reply..!
Sent from my SM-N910C using XDA-Developers mobile app
Is any linux expert here?
Sent from my SM-N910C using XDA-Developers mobile app
How did u manage to run nethunter on note 4...could u provide the steps....
Bishal 00 said:
How did u manage to run nethunter on note 4...could u provide the steps....
Click to expand...
Click to collapse
I followed this steps.
It's very easy
Follow the group under discription.
https://youtu.be/Zh1h6vKM-M4
Sent from my SM-N910C using XDA-Developers mobile app
thanks man....
On my other device I used two users, does anyone know how to enable multiuser on ZenFone3?
You must root device.
After that, use terminal commands:
Code:
su
setenforce 0
setprop fw.max_users 5
pm create-user Guest
Reboot device
Profit!
Orlemente said:
You must root device.
After that, use terminal commands:
Code:
su
setenforce 0
setprop fw.max_users 5
pm create-user Guest
Reboot device
Profit!
Click to expand...
Click to collapse
it work on Nougat?
fredericoso said:
it work on Nougat?
Click to expand...
Click to collapse
Try it. Then tell us it work or not.
Orlemente said:
Try it. Then tell us it work or not.
Click to expand...
Click to collapse
I will try this weekend and feedback you
{
"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"
}
Orlemente said:
Try it. Then tell us it work or not.
Click to expand...
Click to collapse
Works fine for me... U are amazing dude... Thanks :fingers-crossed::good::good::good:
Does guest mode work with no problems?
Does guest mode work with no problems?
Need your help
I got the same problem but I m not an expert about root and other ... How can I do this. Sorry for my English I m french
Thinking on get a zenfone 3 max.
Is anyone tested this root on this phone?
Não funcionou com a Rom Ota Andriod 10
Orlemente said:
You must root device.
After that, use terminal commands:
Code:
su
setenforce 0
setprop fw.max_users 5
pm create-user Guest
Reboot device
Profit!
Click to expand...
Click to collapse
Tentei no meu Zenfone Max Pro M1, com root e Android 10, nada mudou!
Já tentei, mudar o /system/build.prop
Code:
fw.max_users=3
fw.show_multiuserui=1
Não deu certo.
Alguém tem outro método?
Hi,
I was using Android Auto with my gts4lvwifi for years , I have replaced the old soundunit of my car by the tab. I've made a custom dashboard in carbon/epoxy for it and a lot of cable modifications (working w/ the steering wheel buttons!)
{
"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"
}
Since weeks, Android Auto isn't available for mobiles/tabs screens, I've tried the Reloaded tool but it's laggy and using old design. It need to enable the Android Auto server on phone, enable AP, connect to AP with the tab and open the reloaded app and use the wifi button to open Android auto. A lot of manipulation.
I'm looking for an alternative (always on gts4lvwifi). There's Android Automotive and Tomtom IndiGO.
About Android Automotive (SnappAutomotive)
Android Automotive need sources (it's okey) but had to build myself on a LineageOS 18.1. The Snappautomotive source is only for gts4lv (LTE) but theres a WIP fork for gts4lvwifi by pheizaut
My work computer is W10 with 16gb ram but only 250gb SSD and 1mbps DSL connection (locked by domain controller). Can't build without getting error due to long time download and long time building (20+ hours for one build).
By time, I have contacted pheizaut who confirm not working on it anymore.
Click to expand...
Click to collapse
About TomTom IndiGO - URL
Alternative for Android Automotive but the repo to download the -ota.zip (already builded) is locked by account. We need developper account at TomTom to get it. I have requested 3 times the creation of the account to TomTom (3 weeks ago) and nothing. No sources available.
Click to expand...
Click to collapse
Did someone have a solution to get [ Android Auto / SnappAutomotive / Android Automotive / Tomtom IndiGO ] Working on Tab S5E gts4lvwifi ?
Thanks