[Dev] Ubuntu touch for 10.1v

Search This thread

daddyrazzy

Senior Member
Apr 6, 2011
241
62
Sint-Niklaas
With the advice of pruano I've started this tread to get some possible development of Ubuntu touch for our device going.

I've found out that Ubuntu touch is an chroot of CM10.1
and came acros a port guide.
i'm willing to give it a chance but have no experience.

maybe with the help of devs we an get it running.

First screenshot:
http://xdaforums.com/showpost.php?p=38471298&postcount=5
Credit goes to: rycus86

Greetings
DaddyRazzy :fingers-crossed:
 
Last edited:

rycus86

Senior Member
Aug 20, 2010
83
26

I believe this is the link:
https://wiki.ubuntu.com/Touch/Porting

I already downloaded the repo and compiled an image but had no success running it.
Device boots but screen is black and I have no adb connection so don't know what's going on.

I need some help to debug the system in this state (logging to a file if it does even boot).
Does anyone know how to do this logging (kernel messages I believe).

Also, can I use the prebuilt kernel for Ubuntu, or I need to compile it from source?

Thanks!
 

rycus86

Senior Member
Aug 20, 2010
83
26
Well okay, found answer to most of my questions.
Will do some testing when I have time.
 

rycus86

Senior Member
Aug 20, 2010
83
26
I managed to boot Ubuntu Touch. :victory:
It is looking good and is a bit laggy but usable.
Currently wifi is not working and ubuntu has to be started manually from adb.
Trying to make more progress tomorrow.
Here's a screenshot for now :)
 

Attachments

  • screenshot.jpg
    screenshot.jpg
    35.1 KB · Views: 5,445

feraay

Senior Member
Dec 30, 2011
258
92
AW: [Dev] Ubuntu touch for 10.1v

Thats really cool seeing some progress over here may pershoot can help a lil bit would be great


Thx

Gesendet von meinem HTC One X mit Tapatalk 2
 

CrimsonSage

Member
Oct 28, 2012
7
0
Pretoria
P7500?

With the advice of pruano I've started this tread to get some possible development of Ubuntu touch for our device going.

I've found out that Ubuntu touch is an chroot of CM10.1
and came acros a port guide.
i'm willing to give it a chance but have no experience.

maybe with the help of devs we an get it running.

First screenshot:
http://xdaforums.com/showpost.php?p=38471298&postcount=5
Credit goes to: rycus86

Greetings
DaddyRazzy :fingers-crossed:

If you develop it wil you please also make a version for the p7500 aka galaxy tab 10.1. pretty please :). i will test it if you do
 

SjPedro22

Senior Member
Apr 2, 2011
235
37
cool! can't wait to see what else you got! looking good and as soon as you have something stable enough for us to test out,let us know! I'll even make a video about it! :p
 

feraay

Senior Member
Dec 30, 2011
258
92
AW: [Dev] Ubuntu touch for 10.1v

Ubuntu dev prev

Nothing really to use may wlan works may 3g but no calls no SMS

We have to wait for a full ubuntu





Gesendet von meinem HTC One X mit Tapatalk 2
 

JohnnyPardee

Member
Jan 9, 2017
8
1
Im anxious for this to happen ive been diggin for the past few days tryin to figure out how to get ubuntu on my T530 i really hope xda puts it together
 
Enable WiFi

Create a script which will be run on boot and load the wifi module:

touch /data/local/userinit.sh

insert the following in userinit.sh:

#!/bin/bash
insmod /system/lib/modules/dhd.ko firmware_path=/system/etc/wifi/bcmdhd_sta.bin nvram_path=/system/etc/wifi/nvram_net.txt

make the script executable:

chmod +x /data/local/userinit.sh

More Info about Install, etc: https://wiki.ubuntu.com/Touch/Devices/p4wifi
 
Last edited:
  • Like
Reactions: tiberian41

Mehr7400

Senior Member
Aug 29, 2012
103
15
Tehran
Hi
Please Give me a correct Link for this Project
All link was expired

and a question:
can i install this ubuntu for my device? (P7500)
TNX
 

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    I managed to boot Ubuntu Touch. :victory:
    It is looking good and is a bit laggy but usable.
    Currently wifi is not working and ubuntu has to be started manually from adb.
    Trying to make more progress tomorrow.
    Here's a screenshot for now :)
    1
    Enable WiFi

    Create a script which will be run on boot and load the wifi module:

    touch /data/local/userinit.sh

    insert the following in userinit.sh:

    #!/bin/bash
    insmod /system/lib/modules/dhd.ko firmware_path=/system/etc/wifi/bcmdhd_sta.bin nvram_path=/system/etc/wifi/nvram_net.txt

    make the script executable:

    chmod +x /data/local/userinit.sh

    More Info about Install, etc: https://wiki.ubuntu.com/Touch/Devices/p4wifi