[unofficial][linux3.4][native][tarchive][revised]ArchLinuxARM release for HP TouchPad - Other TouchPad Development

ArchLinuxARM for the tenderloin (HP TouchPad) - Native Boot with moboot
This is only tested on the Wi-Fi version. With a kernel swap, it should work on the tenderloin3g (LTE) tablet, though mobile data is highly unlikely to work. I also don't know if there exists a 3.4 kernel for the tenderloin3g, and you'd have to cherrypick many, many commits.
THIS REQUIRES A DATAMEDIA ROM.
Working:
3D Acceleration (OpenGL ES 2.0, Mesa) - can be unstable, however.
Wi-Fi (with NetworkManager)
Bluetooth
Audio (requires manual intervention)
Installation
MultiROM must already be installed, and you must already have a hardboot-capable kernel installed as well.
You will need a Terminal Emulator or ADB Shell to install.
This assumes that arch_tenderloin_20141210_root.tar.gz and uImage.Arch are already in the root of your internal storage (/data/media/0).
Code:
su
mkdir /data/local/arch
tar -C /data/local/arch -xpzvf /data/media/0/arch_tenderloin_20141210_root.tar.gz
mount -o remount,rw /boot
cp /data/local/uImage.Arch /boot/
mount -o remount,ro /boot
Booting
Select "Arch" on the moboot menu.
Read Me
If you WIPE DATA, it will also WIPE OUT THIS PORT, any applications installed with it, and all data saved under /home/arch!
Logging in
The username is "arch" and the password is "archlinux". Change the password ASAP.
For root, the username is "root" and the password is also "root". CHANGE THE PASSWORD ASAP!
You'll probably want to enable the On-Screen Keyboard (onboard) and set your Session to "MATE" up in the top right corner.
Making audio work after boot requires you to open a terminal, run alsamixer, set speaker_stereo_rx up by one, and then set PCM Playback Sink Rear up by one. The headphones are controlled by the mixer channel named Headphone. The speakers are controlled by the mixer channel named Output.
Downloads
datamedia install tarchive: https://drive.google.com/file/d/0B4WUjKii92l2RFZ6T2ptSjZZVWM/view?usp=sharing
uImage kernel: https://drive.google.com/file/d/0B4WUjKii92l2ZFlOYlFETzZyeG8/view?usp=sharing
Kernel Source: https://github.com/willcast/kernel_tenderloin branch: desktop_3.4
Also available for:
HTC HD2: http://forum.xda-developers.com/hd2-ubuntu/development/unofficial-archlinuxarm-htc-hd2-t2970483
Samsung Galaxy S III LTE: http://forum.xda-developers.com/gal...unofficial-port-archlinuxarm-release-t2969290
Nexus 7 2013: http://forum.xda-developers.com/nex...fficial-archlinuxarm-release-n7-2013-t2969301
Nexus 10: http://forum.xda-developers.com/nexus-10/general/unofficial-archlinuxarm-release-nexus-10-t2969450

Great job!!

Very nicely done!
I'm just wondering:
Why is the graphics so smooth in Android but not in X11?
Anyway, keep up the good work :good:

Frickin' SWEET! I was hoping someone would continue what the CrimsonRed dude started! I'm in process of trying this out! Will report back soon!

Cool. I'm assuming an otg usb keyboard/mouse would be required?
Thanks!

Okay so I want to try this out, but I need to clear out some space/partitions first. When running novacomd I get this:
[email protected] ~ $ /usr/local/webos/usr/sbin/novacomd
[2014/12/30 7:56:47] nice(-4) returned an unexpected value: -1
[2014/12/30 7:56:47] failed to open gadgetfs ep0 node - retry
[2014/12/30 7:56:48] failed to open gadgetfs ep0 node - retry
[2014/12/30 7:56:49] failed to open gadgetfs ep0 node - retry
[2014/12/30 7:56:50] failed to open gadgetfs ep0 node - retry
[2014/12/30 7:56:51] failed to open gadgetfs 5 times - giving up on usb
Can anyone help me straighten that out? Also how hard would it be to get Funtoo Linux running in this fashion? The last time I tried I could only get it running under a chroot on a 15GB partition...

hey, i exactly followed your steps, but it turned out to be emergency mode by default, i could do nothing without otg keyboard.
could you pls kindly help me out? bzw, i already have cm11 installed on my toouchpad.
MY BAD, the webos was uninstalled, now it's fixed, thanks a lot for this excellent work!!

I'm waiting for permission from the OP, but....
I'm working on setting up a weekly to bi montly rolling release with updated packages.
I won't be doing any kernel or driver work, but Just polishing up packages as well as including updates to my own themed Desktop Environment(Trying to make something more tablet friendly).

actzer said:
hey, i exactly followed your steps, but it turned out to be emergency mode by default, i could do nothing without otg keyboard.
could you pls kindly help me out? bzw, i already have cm11 installed on my toouchpad.
MY BAD, the webos was uninstalled, now it's fixed, thanks a lot for this excellent work!!
Click to expand...
Click to collapse
I'm having the same problem. So does webos need to be installed for this to work?

Unfortunately, even though web OS isn't required for any functionality (back in the TP ubuntu days it was needed for audio), I stupidly left /dev/store/root (web OS root) in the /etc/fstab file for this build.
Next build will include optional portable VSXu player, several emulators, newer Mesa GL, and an audio patch. I'll archive it as soon as I can slim it down.
GNOME 3 even sorta works, but don't actually use it because there are unrendered black squares and it's quite slow on this device.

castrwilliam said:
Unfortunately, even though web OS isn't required for any functionality (back in the TP ubuntu days it was needed for audio), I stupidly left /dev/store/root (web OS root) in the /etc/fstab file for this build.
Next build will include optional portable VSXu player, several emulators, newer Mesa GL, and an audio patch. I'll archive it as soon as I can slim it down.
GNOME 3 even sorta works, but don't actually use it because there are unrendered black squares and it's quite slow on this device.
Click to expand...
Click to collapse
Cant wait! My touchpad is awesome now. Arch ftw. :laugh:

This is awesome! Thanks a lot, castrwilliam! Nearly everything is working well for me, even KDE!
Chromium has very good touch support. You can enable pinch-to-zoom in chrome://flags . Extemsions, such as uMatrix, work fine. Finally, a good web browser on HP touchpad!
However, I do have a couple small questions.
In KDE, when I enable compositing in kwin_gles using opengl, the colors are reversed (blue is displayed as orange). Is there any way to fix this? When using xrender, it's ok, but I have to disable lots of effects to get decent performance. HW acceleration would be nice.
In future images, could you please include touchegg-gce from AUR? It's really helpful, and I'd imagine that pretty much anyone using this without hw keyboard and mouse would find it useful.
Stupid newbie question (Sorry, I'm new to Arch Linux): Speaking of AUR, is there an easy way to automatically set arch to 'armv7l' in PKGBUILDs in yaourt? It's kind of a pain to edit them every time.

castrwilliam said:
Unfortunately, even though web OS isn't required for any functionality (back in the TP ubuntu days it was needed for audio), I stupidly left /dev/store/root (web OS root) in the /etc/fstab file for this build.
Next build will include optional portable VSXu player, several emulators, newer Mesa GL, and an audio patch. I'll archive it as soon as I can slim it down.
GNOME 3 even sorta works, but don't actually use it because there are unrendered black squares and it's quite slow on this device.
Click to expand...
Click to collapse
Are you planning on reviving Ubuntu for the Touchpad?
Sent from my LG-ls990 using XDA Free mobile app

Started running this last night. But, it takes a little extra work. I run evervolv 5.0.2 dulaboot with webos. I also use twrp. With all those, /boot is too small to add. About .5Mb too small. My solution was to cut uImage.TWRP from boot and store a copy elsewhere until needed. That gave me the nesecarry room I needed. When I need TWRP again, I will temp move uImage.Arch and put twrp back in.

Is anyone still working on this? I'm what I hope is charging my TouchPad and I want to try this again.

Shiggity said:
Is anyone still working on this? I'm what I hope is charging my TouchPad and I want to try this again.
Click to expand...
Click to collapse
I started working on some stuff with it the other day.

blmvxer said:
I started working on some stuff with it the other day.
Click to expand...
Click to collapse
Cool. Are you around right now to help me get it installed? How would we talk about it? iRC via PMs?
---------- Post added at 02:59 PM ---------- Previous post was at 02:15 PM ----------
BTW, for my current attempt I'm basically using this https://github.com/crimsonredmk/ArchLinuxARM-TouchPad/blob/master/Installation.md but when it talks about the uImage and rootfs I'm using castrwilliam's. I'd ultimately like to use the latest rolling release available for ALARM, but I want to see what happens with that's currently available.
---------- Post added at 03:39 PM ---------- Previous post was at 02:59 PM ----------
Aaaannnnd I can't seem to get my root partition on /dev/store/arch-root to mount under the requested by kernel /local/arch without it kernel panicking first... >_>

Shiggity said:
Cool. Are you around right now to help me get it installed? How would we talk about it? iRC via PMs?
---------- Post added at 02:59 PM ---------- Previous post was at 02:15 PM ----------
BTW, for my current attempt I'm basically using this https://github.com/crimsonredmk/ArchLinuxARM-TouchPad/blob/master/Installation.md but when it talks about the uImage and rootfs I'm using castrwilliam's. I'd ultimately like to use the latest rolling release available for ALARM, but I want to see what happens with that's currently available.
---------- Post added at 03:39 PM ---------- Previous post was at 02:59 PM ----------
Aaaannnnd I can't seem to get my root partition on /dev/store/arch-root to mount under the requested by kernel /local/arch without it kernel panicking first... >_>
Click to expand...
Click to collapse
I'm working on making it work currently.

blmvxer said:
I'm working on making it work currently.
Click to expand...
Click to collapse
Sweet. Let me know when you have it working and I'll try it on my 32 GB TP.
---------- Post added at 06:21 PM ---------- Previous post was at 06:21 PM ----------
I also messaged you on your FB a few hours ago. @blmvxer

Shiggity said:
Sweet. Let me know when you have it working and I'll try it on my 32 GB TP.
---------- Post added at 06:21 PM ---------- Previous post was at 06:21 PM ----------
I also messaged you on your FB a few hours ago. @blmvxer
Click to expand...
Click to collapse
I have to charge my tablet up so I can reinstall webos, but from what I can see it should work with the link you have me.

Related

ubuntu on galaxy tab

Anyone know if theres anyone trying to get ubuntu on the galaxy tab. i saw lilsteve was working on it and the last post i saw was that he had one more bug to iron out and he would relase itvsoon. that was monts ago. i also saw that he had moved to another site but he hasnt posted there in quite a while either.
just really wondering if anyone is working on this to make it a daily driver and if we could expect it to have similar functions to the hd2 with phone and txt messaging.
cheers
steven
I've been following the development for about half a year now. There is no phone-capability yet (need to hot-wire the modem to get that working) which means no 3G.
Sound is only working partially. No idea about bluetooth(don't use it so don't care...). Wifi is working. Unaccelerated 2D is working.
I've successfully installed Ubuntu on my tab, but the x-server keeps rebooting when I touch the screen because I don't have the correct drivers and cb22's(guy who hosted the touchscreen-drivers) is currently down.
lilstevie said that he fixed the kernel so we don't need an external driver, but I can't get it to compile correctly because I have no idea how to extract the correct initramfs...
Hope that clears up somethings for you
If you want to see the x-server crash every time you try to click on the screen I could give you a quick dirty tutorial on how too install it... but if you use your tab on a daily basis, don't...
PS. If anyone got a copy of cb22's touchscreen-files please PM me DS.
bkcsoft said:
I've been following the development for about half a year now. There is no phone-capability yet (need to hot-wire the modem to get that working) which means no 3G.
Sound is only working partially. No idea about bluetooth(don't use it so don't care...). Wifi is working. Unaccelerated 2D is working.
I've successfully installed Ubuntu on my tab, but the x-server keeps rebooting when I touch the screen because I don't have the correct drivers and cb22's(guy who hosted the touchscreen-drivers) is currently down.
lilstevie said that he fixed the kernel so we don't need an external driver, but I can't get it to compile correctly because I have no idea how to extract the correct initramfs...
Hope that clears up somethings for you
If you want to see the x-server crash every time you try to click on the screen I could give you a quick dirty tutorial on how too install it... but if you use your tab on a daily basis, don't...
PS. If anyone got a copy of cb22's touchscreen-files please PM me DS.
Click to expand...
Click to collapse
pls post your tutorial mate.
eongab said:
pls post your tutorial mate.
Click to expand...
Click to collapse
Okej. As I said, the xserver is just going to restart everytime you press the screen... aka a booting brick
Warning: THIS IS GOING TO ERASE EVERYTHING ON YOUR TAB! (Backup instructions: wiki.meego.com/ARM/Hummingbird#Backing_up_the_existing_Android_installation_with_dd )
Note: I have the International GSM model (GT-P1000) so these instructions might not work on your tab!
Note2: I have not made these intructions, just reformating them for better flow
C# == Computer Shell
A# == Android Shell (adb shell)
First build a rootstock:
C# sudo rootstock --fqdn GalaxyTab --login ubuntu --password ubuntu --imagesize 5G --seed netbook-launcher-efl,onboard,ubuntu-netbook-efl-default-settings,openssh-server,xorg,gdm,gnome-terminal,gok,network-manager-gnome,gnome-panel --copy-package-cache
Partition your Tab (Will erase everything!)
A# parted /dev/block/mmcblk0 rm 1
A# parted /dev/block/mmcblk0 rm 2
#A parted /dev/block/mmcblk0 rm 3
A# parted /dev/block/mmcblk0 mkpartfs primary fat32 0.0Gb 10.0Gb
A# parted /dev/block/mmcblk0 mkpartfs primary fat32 10.0Gb 12.0Gb
A# parted /dev/block/mmcblk0 mkpartfs primary ext2 12.0Gb 15.9Gb
A# tune2fs –O dir_index,uninit_bg,has_journal /dev/block/mmcblk0p3
A# e2fsck -pf /dev/block/mmcblk0p3 ( if this gives an error remove the p in -pf )
A# mount /dev/block/mmcblk0p3 /sdcard
Push and unpack the rootstock you made earlier (
C# adb push ./rootfs.tgz /sdcard/rootfs.tar.gz
A# cd /sdcard
A# gunzip rootfs.tar.gz && tar xvf rootfs.tar
Editing fstab (add root-partition)
C# adb pull /sdcard/etc/fstab ./fstab
C# nano ./fstab
add line: /dev/block/mmcblk0p3 / ext2 defaults 0 0
C# adb push ./fstab /sdcard/etc/fstab
Flashing Kernel (kernel is here: ubuntab.edzilla.info/zImage-iSD )
C# adb reboot download
Wait for Tab to reboot into download-mode
C# heimdall flash --kernel zImage-iSD
Now it should boot into linux and after the normal text-prompt you should be welcomed by gdm login-screen... but as I said from now on your tab will be a booting brick unless you know your way around linux
---------- Post added at 01:24 AM ---------- Previous post was at 12:58 AM ----------
However if you got a USB-host-cable with a usb-hub, keyboard and mouse you should be able to play around with it
Oooh... and I also forgot about the WiFi-drivers. I havn't fixed auto-connect for wifi and don't have the usb-host-thingy so it escaped my mind
I'm going to fix a USB-host-cable soon thou to see if I can make it auto-login and auto-connect to a bluetooth-keyboard, so I can have my ubuntu-netbook
---------- Post added at 01:43 AM ---------- Previous post was at 01:24 AM ----------
Just as a side note... All my info is taken from here: wiki.meego.com/ARM/Hummingbird (has an incomplete tutorial but to chaotic for most people) and here: forum.xda-developers.com/showthread.php?t=933667
Thanks for the great tutorial!!
Also, lilstevie is no longer working on the native Ubuntu port, since he has moved on to the greener, Honeycomb-laden pastures of the Asus Transformer.
EDIT: Anyone know where I can grab a cheap USB host cable for the Tab?
agc93 said:
Thanks for the great tutorial!!
Also, lilstevie is no longer working on the native Ubuntu port, since he has moved on to the greener, Honeycomb-laden pastures of the Asus Transformer.
Click to expand...
Click to collapse
We should really say Ubuntu-laden pastures as afaiu that's what he's running on it
Nope... He's running Ubuntu on it if I'm not mistaken...
Also... got touchscreen to work today thanks to lardman
Just that I forgot to include the onboard virtual keyboard to my rootstock -.-
Ooh well... new rootstock overnight
Will be back with more info tomorrow
// BKC

[BOOT] NanoBoot r10 CM10 [UMS][2012-08-17]

After testing CM10 for a while (thx codeworx) I now ported my NanoBoot image to CM10.
Changes compared to original CM10 boot:
"insecure" (means: / and /system mounted read-write (easy 'adb push' into /system ...), ro.secure = 0)
support for /system/etc/init.d/ init scripts
(somewhat) easy UMS access
Changes in r10:
Use 179:24 instead of 179:25 as address for UMS (fixes UMS on Windows)
to enable UMS for external SD with this boot.img it is enough to do:
Code:
setprop sys.usb.config mass_storage,adb
to return to MTP:
Code:
setprop sys.usb.config mtp,adb
TIP:
If you use Linux you may use some function like:
Code:
ums () {
if [[ $1 == "+" ]]; then
adb root
sleep 2
adb -s c1607c00051963f shell 'setprop sys.usb.config mass_storage,adb'
else
adb root
sleep 2
adb -s c1607c00051963f shell 'setprop sys.usb.config mtp,adb'
fi
}
'ums +' will enable UMS, 'ums -' will disable UMS on your tablet (not to mention it needs to be connected (...))
replace '-s c1607c00051963f' with '-s <your adb id>' - you get the id via 'adb devices'.
If you only got one adb-enabled device, you could remove '-s c1607c00051963f' from the commands.
If there's more than one device connected adb needs to know which one should receive the commands.
I did not yet have the time to modify framework-res.apk to add UMS to the list of options...
Flash using img/pit with either Odin or Heimdall. Or use zip to flash using CWM.
Images for Odin/Heimdall
PIT:
p3100.pit http://downloads.nanolx.org/P3110/p3100.pit
p3110.pit http://downloads.nanolx.org/P3110/p3110.pit
Stock CM10 Kernel:
NanoBoot-r10-CM10.img http://downloads.nanolx.org/P3110/NanoBoot-r10-CM10.img
Johnsel's CM10OC Kernel:
-No WiFi-
Zips for CWM
Stock CM10 Kernel:
NanoBoot-r10-CM10.zip http://downloads.nanolx.org/P3110/NanoBoot-r10-CM10.zip
Johnsel's CM10OC Kernel:
-No WiFi-
Tried this on my P3113 and it broke my WiFi.
Macadamia Daze said:
Tried this on my P3113 and it broke my WiFi.
Click to expand...
Click to collapse
Here with 3110 it works... if you provide me the original 3113 boot.img, I can re-pack one, that should work.
And it only works with Cyanogen Mod 10. Not on 9 or stock rom.
Setialpha said:
Here with 3110 it works... if you provide me the original 3113 boot.img, I can re-pack one, that should work.
And it only works with Cyanogen Mod 10. Not on 9 or stock rom.
Click to expand...
Click to collapse
I am using CM10, so here's the original boot.img for CM10 on the P3113. You don't need the stock one, do you?
Macadamia Daze said:
I am using CM10, so here's the original boot.img for CM10 on the P3113. You don't need the stock one, do you?
Click to expand...
Click to collapse
try with attached CWM zip.
n00b here.....what does this do??
Sent from my GT-P3113 using Tapatalk 2
F3AR420 said:
n00b here.....what does this do??
Sent from my GT-P3113 using Tapatalk 2
Click to expand...
Click to collapse
Just as first post says. This is a modified boot image for cyanogen mod 10 (no other ROM supported!) for galaxy tab 2 7", which makes / and /system read-write, adds support for init-scripts and adds pretty easy way to access UMS (USB Mass Storage) for external SD-Card.
According to your signature you're using an incompatible rom anyway - so don't use this.
@Macadamia Daze: now also tested with a 3100 I got my hands on: WiFi works. Dunno why it doesn't work with 3113 (I got no clue whether 3113 has some special WiFi stuff or whatever). Either way, please tell me, whether the attached one for 3113 (two posts above) works with WiFi.
Setialpha said:
@Macadamia Daze: now also tested with a 3100 I got my hands on: WiFi works. Dunno why it doesn't work with 3113 (I got no clue whether 3113 has some special WiFi stuff or whatever). Either way, please tell me, whether the attached one for 3113 (two posts above) works with WiFi.
Click to expand...
Click to collapse
Silly me; the problem was an incompatible kernel (Johnsel's). I returned to the default CM10 kernel and reflashed this, so now WiFi works. Still, in Windows it doesn't work properly. While it does create a new removable disk in Computer, it gives the "Please insert a disk into drive" error when I try to open it. Haven't tested in Linux yet, but based on my earlier tests with your previous UMS solution, it probably works.
---------- Post added at 08:12 PM ---------- Previous post was at 07:22 PM ----------
Ooh, I have good news! I used Device Manager to examine the blank drive letter on the computer, and it was recognizing it basically like an SD card reader with no SD card. So, I decided to poke around some of the files referenced in your UMS script from before to check their values. When I tried to open /sys/devices/virtual/android_usb/android0/f_mass_storage/lun/file, I got an error. Thinking it may not be working properly, I created a file on my computer with the contents "/dev/block/vold/179:24" and ADB pushed it to overwrite the broken file. Instantly, my SD card mounted on the PC. I hope this is useful information for you!
Macadamia Daze said:
Silly me; the problem was an incompatible kernel (Johnsel's). I returned to the default CM10 kernel and reflashed this, so now WiFi works. Still, in Windows it doesn't work properly. While it does create a new removable disk in Computer, it gives the "Please insert a disk into drive" error when I try to open it. Haven't tested in Linux yet, but based on my earlier tests with your previous UMS solution, it probably works.
---------- Post added at 08:12 PM ---------- Previous post was at 07:22 PM ----------
Ooh, I have good news! I used Device Manager to examine the blank drive letter on the computer, and it was recognizing it basically like an SD card reader with no SD card. So, I decided to poke around some of the files referenced in your UMS script from before to check their values. When I tried to open /sys/devices/virtual/android_usb/android0/f_mass_storage/lun/file, I got an error. Thinking it may not be working properly, I created a file on my computer with the contents "/dev/block/vold/179:24" and ADB pushed it to overwrite the broken file. Instantly, my SD card mounted on the PC. I hope this is useful information for you!
Click to expand...
Click to collapse
I see... 179:24 is the sdcard itself, 179:25 (what I use) is the first partition on the sdcard... unixoid systems don't care about that, but windows seems too... I'm gonna test with 179:24 on Linux and if it works there (I'd say yes even without testing, I provide an update). Thanks for testing.
r10 is now online - fixes UMS issue on Windows.
I can't get WiFi to work with Johnsel's CM10OC Kernel - so I skiped uploading those image/zip...
You can find me in Freenode #cyanogenmod-dev if you care to sort out what's happening with the wifi on my kernel
Johnsel said:
You can find me in Freenode #cyanogenmod-dev if you care to sort out what's happening with the wifi on my kernel
Click to expand...
Click to collapse
It fails to load something and therefore can't be enabled, don't remember exact log-message right now.
I'll contact you, when I'm hacking around the next time.
This is pretty interesting.
Two things
1-Doesn't CM10 already support init.d scripts?
2-Would it be possible to swap the mountpoints for the "internal" sdcard space and the actual microSD card slot? My current method of re-mounting things right after boot is OK but not very elegant.
DivinityCycle said:
This is pretty interesting.
Two things
1-Doesn't CM10 already support init.d scripts?
2-Would it be possible to swap the mountpoints for the "internal" sdcard space and the actual microSD card slot? My current method of re-mounting things right after boot is OK but not very elegant.
Click to expand...
Click to collapse
1 - atleast not via boot.img - that's why I added it.
2 - I have an older tablet I used before (ARNOVA 7C G2) it worked with this one, so it should work with this one, too. But you should never enable UMS while some app is running... On that other tablet I had to use EXT2 or EXT4 on SD-Card else all that permission stuff didn't work (FAT only has very basic permission rules for files). Also I recommend using second partition of SD-Card for /data. (first gets used as external storage and is managed by vold - at least that is what I did on my other tablet).
I attached init.espresso.rc, so that you can play around with the mount points (re-send me the file after you're done and I can provide you a flashable zip).
Setialpha said:
1 - atleast not via boot.img - that's why I added it.
2 - I have an older tablet I used before (ARNOVA 7C G2) it worked with this one, so it should work with this one, too. But you should never enable UMS while some app is running... On that other tablet I had to use EXT2 or EXT4 on SD-Card else all that permission stuff didn't work (FAT only has very basic permission rules for files). Also I recommend using second partition of SD-Card for /data. (first gets used as external storage and is managed by vold - at least that is what I did on my other tablet).
I attached init.espresso.rc, so that you can play around with the mount points (re-send me the file after you're done and I can provide you a flashable zip).
Click to expand...
Click to collapse
That's the thing I have been wrestling with lately, what's "the best" way to manage this stuff?
It seems like the main thing that needs to be done for legacy purposes is linking the regular /storage/sdcard0/data directory over to /storage/sdcard1/data/.
One idea I had was to format the "internal" sdcard (/storage/sdcard0) with ext4, which would allow symlinks to exist there, then just remove the data directory and replace it with a symlink that points to /storage/sdcard1/data.
From what I've read, ext4 is supposed to be a better, higher performance solution, so I'm kinda curious to try it out.
It would make UMS pretty worthless to Windows guys like me, but I basically do everything via network anyways (SFTP mostly).
Is it possible to control the file systems used on the internal & external sdcards in the init? I didn't look too deeply at it cuz I don't know how to rebuild a boot.img (at least not yet)
Tested this with the current AOKP JB nightly, and it also breaks WiFi. I'm trying now to keep the rom and restore the CM10 NanoBoot backup. Fingers crossed it will be stable.

Ubuntu 13.04 Final Release

This thread is to announce the release of, and provide information for,
Ubuntu 13.04 FINAL VERSION for the HP TouchPad.
Brought to you in LESS THAN 24 HOURS AFTER RELEASE by WillCast.
Screenshots of "new" E17 attached to this post!
FEATURES
Automatic login to Enlightenment 17 (E17)
All E17 packages (including Terminology) rebuilt from source from the enlightenment-svn PPA.
e17-gtk-theme installed and activated.
< 2 GB extracted size. For best results, use a 4GB or larger ubuntu-root. (Most are.)
GUI Config Programs (see next section)
Wi-Fi working
RNDIS over USB working (2.6 and 3.0)
Bluetooth working except for BTAudio
Normal Ubuntu boot sequence (no strange initramfs hacks, and working fstab)
(new and updated) KEXEC IS REQUIRED
2.2GHz max Overclock - Not even stable on my TP! (Max 1.78GHz on 3.0.8)
Working Audio (manual switch between Internal and External)
AUTOMATIC, TOGGLABLEScreen Rotation
Software Compositing Enabled
Desktop Style Interface with Seperate Windows
Settable Brightness
Settable Charger Current Limit
Settable LED Triggers
VLC Media Player, GStreamer (Rhythmbox/Pithos) pre-configured to work
PULSEAUDIO (Enslaved to alsa dmix to prevent issues) (yay)
GRAPHICAL TOUCHPAD CONFIG UTILITIES
All are available from the desktop.
setbrightness (fixed) - Set LCD brightness with a slider.
setImax (new) - Set the charger current limit from a list.
setfreq (new) - Configure CPU speed from a list, optionally, set to persist over reboot.
tsrotate (fixed) - Turn auto-rotation on or off.
audiocfg - Select the audio output - internal, external or both.
setLEDtrigger (New) - Select the LED triggers for the left and right sides of the home/center button. Examples provided in dialog.
PRE-INSTALLED SOFTWARE
Available from the EVERYTHING Starter in the Bottom-Left Corner
Mozilla Firefox
Gnash (Flash 7-8) plugin, Lightspark (Flash 9+) plugin, IcedTea 7 (Java) plugin
Pithos (Pandora radio client)
Rhythmbox (music player)
VLC media player
LibreOffice
GIMP 2.8
GNOME system monitor, Baobab disk usage tool, GCalcTool calculator, gedit text editor
RELEVANT INFORMATION
Root password: root
Normal Username: ubuntu, Password: ubuntu
Auto-login Enabled
To configure Bluetooth and date/time, go into System Settings (aka gnome-control-center).
Use the NetworkManger Applet in the panel to configure Wi-Fi.
TO PERFORM A NEW INSTALL (ONLY), AUTOMATICALLY WITH SMACKME2
SmackMe2 thread: http://forum.xda-developers.com/showthread.php?t=2132703
Copy the two provided files (uImage.kexec and TouchPadBuntuRootfs1304b2.tar.gz) to the sminstall folder under the root of your /media/internal. If "sminstall" does not exist, first create it.
Follow the instructions on how to install "native Linux' in the SmackMe2 thread.
TO PREPARE FOR MANUAL UPGRADE (NOVATERM)
Install NovaCom and NovaTerm on your "real" computer - please consult one of the many references on how to install it.
Boot the TouchPad into WebOS.
Connect the TouchPad to the PC with a microUSB cable.
Enter USB mode and copy the uImage.kexec and TouchPadBuntuRootfs1304b2.tar.gz files to the root of your TouchPad's internal storage.
PROPERLY "eject" the TP from your PC.
Enter Developer Mode. (In the Just Type box, type "upupdowndownleftrightleftrightbastart", and select Developer Mode.)
On your PC, open "novaterm".
You are now ready to type in the "Manual Installation" commands.
MANUAL UPGRADE (Commands to type into Novaterm)
This will erase any data and settings stored under Ubuntu. Stuff in the media storage (/media/internal or /mnt/sdcard) will be unaffected.
Code:
mkfs.ext3 /dev/store/ubuntu-root
mkdir /tmp/u
mount /dev/store/ubuntu-root /tmp/u
cd /tmp/u
tar -xzpvf /media/internal/TouchPadBuntuRootfs1304f.tar.gz
umount /tmp/u
cd /media/internal
mount -o remount,rw /boot
cp uImage.kexec /boot
sync
TO BOOT AFTER INSTALLATION
Reboot your TouchPad.
Select "kexec" in the MoBoot menu, and press Center to boot kexec.
Wait for the white screen.
Select "Ubuntu 13.04" in the kexecboot screen, and select (press POWER/SLEEP button on top, not CENTER button).
Wait for Enlightenment to start.
TROUBLESHOOTING / FAQ:
If you don't see Ubuntu in the moboot menu, that is normal - you have to boot Kexec and then boot Ubuntu 13.04 from kexec.
If your TouchPad doesn't have a "kexec" menu option after rebooting, make sure you copied uImage.kexec to the proper location, and retry.
If your kexec uImage doesn't boot or freezes before the white screen, check your free space on the boot partition (/dev/mmcblk0p13). Delete kexec, free up at least 3MB (by deleting extra uImages and/or themes) and recopy it manually.
If you can't select Ubuntu from the kexec menu, make sure you're pressing Power and not Center to select it.
If your kexec freezes instead of booting Ubuntu, make sure you have the latest kexec from this post. The old one doesn't support large initramfs files which are present in 13.04 beta2 (and the final version.)
If you experience problems with Kernel 3.0.8, remember that it is alpha quality!
To reboot your TouchPad if it stops responding, hold down Center and Power until you see "Please release key(s)."
DOWNLOAD LINKS - Google Drive hosted
NEW AND UPDATED KEXEC: (required to boot): https://docs.google.com/file/d/0B4WUjKii92l2RHJoNE93c2dVRlU/edit?usp=sharing
13.04 FINAL ROOTFS: https://docs.google.com/file/d/0B4WUjKii92l2bDRlQ0NTbTZBemM/edit?usp=sharing
KERNEL 3.0.8 ALPHA: https://docs.google.com/file/d/0B4WUjKii92l2TXd5RTJfQnJtS3c/edit?usp=sharing
PREVIOUS VERSIONS - UNSUPPORTED
13.04beta2: https://docs.google.com/file/d/0B4WUjKii92l2N0V2Q3ljTHI0WEU/edit?usp=sharing
12.10final: https://docs.google.com/file/d/0B4WUjKii92l2eDduajFwUGhVYlU/edit?usp=sharing
12.10beta1:https://docs.google.com/file/d/0B4WUjKii92l2OExhVDdXX3dGcjQ/edit?usp=sharing
nicee. was thinking to sell my touchpad. but now. thanks to u.
Sent from my LG-P769 using Tapatalk 2
How's battery life with this?
Battery life is something I haven't tested. It's okay, I think, about 3-4 hours. Remember, Ubuntu doesn't sleep on these, never has AFAIK.
i cant format the ubuntu-root to ext4. everytime i run mkfs.ext4 i get this error while mounting:
mount: mounting /dev/store/ubuntu-root /tmp/u failed:Invalid Argument
if i format to ext3 mounting works. Can i use ext3 instead of ext4??
I'm using Ubuntu 12.10, I don't mind to start from scratch.
But..... Would upgrading from 12.10 to this version via novaterm screw anything up?
Sent from my Nexus 7 using xda app-developers app
That (ext3) should work - I enabled the config option where you can mount ext2/ext3 as ext4 on my kernel. I forgot that webos uses slightly old filesystems
I'll update the instructions.
In the battery life quest, I just noticed that the dnsmasq process often eats up 100% CPU, so I just disabled it. I'll upload a revised image to the same link (love GDrive), but if any of you have already DLed one then I can tell you what to do to fix it:
in Terminal:
Code:
sudo gedit /etc/NetworkManager/NetworkManager.conf
delete or comment out ("#") the line reading "dns=dnsmasq" and save, quit, reboot (or sudo killall dnsmasq)
castrwilliam said:
That should work. If you were to encounter any trouble installing then there is an error with the commands I posted.
On the battery life quest, I just noticed that the dnsmasq process often eats up 100% CPU, so I just disabled it. I'll upload a revised image to the same link (love GDrive), but if any of you have already DLed one then I can tell you what to do to fix it:
in Terminal:
Code:
sudo gedit /etc/NetworkManager/NetworkManager.conf
delete or comment out ("#") the line reading "dns=dnsmasq" and save, quit, reboot (or sudo killall dnsmasq)
Click to expand...
Click to collapse
I remember there being sleep issues on old builds. On this, can I sleep the device, or does it have to be shut down when not in use?
- Thanks, always wanted an Ubuntu build
Sent from my ADR6425LVW using xda app-developers app
---------- Post added at 09:42 AM ---------- Previous post was at 09:39 AM ----------
Also, right clicking was really annoying before. Is it usable on your build?
Sent from my ADR6425LVW using xda app-developers app
eriscentro said:
I remember there being sleep issues on old builds. On this, can I sleep the device, or does it have to be shut down when not in use?
- Thanks, always wanted an Ubuntu build
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
You need to turn off the whole tablet, yes. I don't think it was ever made to work on ubuntu. It wasn't really a priority when we were missing stuff like headphone audio. I guess I can look into dmesg and try to diagnose.
To right click you need to click on the mouse cursor button on onboard, and then the flipped looking pointer button on the 2nd row down of the button group that appears - after tou do that, the very next click wll be seen as a right click.
I'll take a look once I do the install later today, waiting for my TP to finish charging up. Thanks!
Sent from my ADR6425LVW using xda app-developers app
there are a lot of dependencie errors and broken packages when u try to install software(i.e. eclipse). is there a way to fix it
??
imapjonny said:
there are a lot of dependencie errors and broken packages when u try to install software(i.e. eclipse). is there a way to fix it
??
Click to expand...
Click to collapse
I haven't tried this release yet, eclipse worked fine under 12.10.
May not be compiled properly or hasn't been updated to the 13.04 armhf port repositories.
Sent from my Nexus 7 using xda app-developers app
---------- Post added at 01:42 PM ---------- Previous post was at 01:41 PM ----------
blmvxer said:
I haven't tried this release yet, eclipse worked fine under 12.10.
May not be compiled properly or hasn't been updated to the 13.04 armhf port repositories.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
One thing I'd like to see in the armhf repository is spotify. That's honestly all I need on an Ubuntu tablet.
Sent from my Nexus 7 using xda app-developers app
Im struggling to get sound working, any ideas?
Sent from my GT-N7100 using xda app-developers app
imapjonny said:
there are a lot of dependencie errors and broken packages when u try to install software(i.e. eclipse). is there a way to fix it
??
Click to expand...
Click to collapse
Depends on what you're installing. Remember this is an ARM powered device and not your normal x86/x64 processor you'll find in a normal laptop or desktop.
castrwilliam said:
Ubuntu 13.04 beta 2 [FINAL BETA]
Click to expand...
Click to collapse
Thanks for this.
When you say final beta I assume you mean final build?
Or do you have plans for something that can be considered past the beta stage of development?
Thanks for this. Things seem to be running alot better than the previous 13.04 build.
A couple things i noticed -
The onscreen keyboard didn't easily come up. I have a bluetooth one so maybe i gave up too soon on trying to get it.
I also have a bluetooth mouse. After a minute or 2 of using it the cursor disappears from the screen. You can tell its still connected because as I move it, various things get hovered on.
Flash player is no longer available for firefox or chromium. I tried linking to the webos flashplayerlib but it still doesn't work. i installed the gnash stuff but that doesn'
t work everywhere.
Thanks again for this though. is working great post from it now.
Isn't there an Open-Source flash player somewhere?
Sent from my Nexus 7 using xda app-developers app
Im not a massive linux user so apologies if this sounds pretty basic, but can tou theme the bar with rhe wifi and clock? I really want the 'classic' ubuntu look...
Sent from my GT-N7100 using xda app-developers app
fach1708 said:
Im not a massive linux user so apologies if this sounds pretty basic, but can tou theme the bar with rhe wifi and clock? I really want the 'classic' ubuntu look...
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Sudo apt-get gnome-shell
Sent from my Nexus 7 using xda app-developers app
Thanks Castrwailliams Great work dude
:good:
Rock On Castrwilliams keep up the good work man
installed it using smackme2

New Ubuntu port!

I want to run this on Samsung galaxy s4 i9505 jfltexx.
Anyone want to work on this?
Im willing to help in anyway i can
Sent from my GT-I9505 using xda app-developers app
Update: port is almost ready
Trying to sort a few compile errors
I would like to see this happen.
Relys said:
I would like to see this happen.
Click to expand...
Click to collapse
Me too
Sent from my GT-I9505G using Tapatalk
Awesome, can you dualboot it? And how big is the port rom?
Sent from my GT-I9505 using Tapatalk
JustSueMe said:
Update: port is almost ready
Trying to sort a few compile errors
Click to expand...
Click to collapse
Need any help?
Sent from my GT-I9505 using Tapatalk
Download link ! Alpha !
http://www.datafilehost.com/d/44a25a60
link is to download phablet
instructions:
reboot to recovery
wipe all partitions
flash phablet in above link
flash trusty-preinstalled-touch-armhf.zip [u can find on cdimages.ubuntu.com]
reboot phone to system
--
at this point youll have a black screen and no activity
plug phone into pc
grab this file : (70-jfltexx.rules) http://www.datafilehost.com/d/17d6dd77
now open terminal
$ su
$ adb push 70-jfltexx.rules /usr/lib/lxc-android-config/
$ reboot
phone will look like its doing nothing for a bit, but wait.
now it will boot back up like normal but you will have a ubuntu touch gui
BUGS:
no conectivity
no sound
edge swipe is small but works without case
camera
frame jumps to the right for some apps occasionally (unsure if thats on purpose of buggy... i vote buggy)
app crashing (maybe reason for camera crash?)
doesnt show imei
no sdcard mounted
terminal app doesnt even work so need to use adb to run commands
enjoy lol ... note alpha in title if anyone wants to complain ... also note only you are responsible for what happens to your device.
now have connectivity via reverse tether
adb root
adb shell setprop sys.usb.config rndis,adb
if you get permission error use adb server as root
ubuntu network manager will show that samsung android is connecting.
open network settings edit that connection and change auto DHCP to shared
adb shell
run this command (logged into phone)
dhclient usb0 -v
now on phone open webbrowser and you should be able to connect
just got WIFI !
haha progress
adb shell
insmod /system/lib/modules/dhd.ko firmware_path=/system/etc/wifi/bcmdhd_sta.bin nvram_path=/system/etc/wifi/nvram_net.txt
now wifi will turn on
make it auto load at boot
touch /data/local/userinit.sh
add to the file :
#!/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 it run
chmod +x /data/local/userinit.sh
help !
im trying to fix the gsm
here is my output
[email protected]:/# nmcli dev
DEVICE TYPE STATE
/ril_0 gsm disconnected
wlan0 802-11-wireless connected
[email protected]:/etc/NetworkManager/system-connections# ls
TALKTALK-FCF354 Three
TalkTalk--* is my WIFI
Three is my mobile 3g data
so ill try to load Three
[email protected]:/etc/NetworkManager/system-connections# nmcli con up id Three
Error: Connection activation failed: The connection was not supported by oFono.
here is the contents of Three :
[connection]
id=Three
uuid=39a02ed3-d946-45f8-9abb-81ef997add03
type=gsm
autoconnect=false
[ppp]
refuse-eap=true
refuse-chap=true
refuse-mschap=true
refuse-mschapv2=true
nobsdcomp=true
nodeflate=true
no-vj-comp=true
[ipv4]
method=auto
[serial]
baud=115200
[gsm]
number=*99#
username=three
apn=3internet
contents of TalkTalk
[connection]
id=TALKTALK-FCF354
uuid=1bcf8cdf-9152-49de-b279-7770e94e5006
type=802-11-wireless
[802-11-wireless]
ssid=TALKTALK-FCF354
mode=infrastructure
mac-address=5C:F8:A1:90:2F:FB
security=802-11-wireless-security
[802-11-wireless-security]
key-mgmt=wpa-psk
auth-alg=open
psk=Password1
[ipv4]
method=auto
[ipv6]
method=auto
Why is TalkTalk supported and Three is not ?
as i understand it it uses https://github.com/rilmodem/ofono
AND if fixed this configuration may only give 3g data connection on the THREE 3 UK newtork not calls or sms but one step at a time/
JustSueMe said:
http://www.datafilehost.com/d/44a25a60
link is to download phablet
instructions:
reboot to recovery
wipe all partitions
flash phablet in above link
flash trusty-preinstalled-touch-armhf.zip [u can find on cdimages.ubuntu.com]
reboot phone to system
--
at this point youll have a black screen and no activity
plug phone into pc
grab this file : (70-jfltexx.rules) http://www.datafilehost.com/d/17d6dd77
now open terminal
$ su
$ adb push 70-jfltexx.rules /usr/lib/lxc-android-config/
$ reboot
phone will look like its doing nothing for a bit, but wait.
now it will boot back up like normal but you will have a ubuntu touch gui
BUGS:
no conectivity
no sound
edge swipe is small but works without case
camera
frame jumps to the right for some apps occasionally (unsure if thats on purpose of buggy... i vote buggy)
app crashing (maybe reason for camera crash?)
doesnt show imei
no sdcard mounted
terminal app doesnt even work so need to use adb to run commands
enjoy lol ... note alpha in title if anyone wants to complain ... also note only you are responsible for what happens to your device.
Click to expand...
Click to collapse
Will this work with an ATT that has a locked bootloader that needs loki file for the kernel?
toxicpaulution said:
Will this work with an ATT that has a locked bootloader that needs loki file for the kernel?
Click to expand...
Click to collapse
well for one this is for jfltexx, and secondly if the boot loader is locked i doubt that could flash it as u need a new the boot.img.
if you want it on att model you ill prob need to buid depreciated ubuntu touch.
depreciaed UT boots android then ubuntu in a container
this boots ubuntu then andriod in container.
JustSueMe said:
well for one this is for jfltexx, and secondly if the boot loader is locked i doubt that could flash it as u need a new the boot.img.
if you want it on att model you ill prob need to buid depreciated ubuntu touch.
depreciaed UT boots android then ubuntu in a container
this boots ubuntu then andriod in container.
Click to expand...
Click to collapse
Well see with ATT we can boot custom roms(MDL users) as long as the kernel is already lokidokied, or you can flash the loki zip and it will bypass the ATT check and allow you to boot a custom rom, Now seeing how this is based of CM10.2(thats what the file is saying so i am just taking a guess) if I flashed the Loki zip after flashing the rom would it work? But I am doing a backup as of now and I am going to test and see if it works :3 I will report back lol
---------- Post added at 01:49 PM ---------- Previous post was at 01:03 PM ----------
toxicpaulution said:
Well see with ATT we can boot custom roms(MDL users) as long as the kernel is already lokidokied, or you can flash the loki zip and it will bypass the ATT check and allow you to boot a custom rom, Now seeing how this is based of CM10.2(thats what the file is saying so i am just taking a guess) if I flashed the Loki zip after flashing the rom would it work? But I am doing a backup as of now and I am going to test and see if it works :3 I will report back lol
Click to expand...
Click to collapse
Didn't work, Getting status 7 which would mean I would have to edit the update script so it doesn't just look for the inital phone. I will do that now and try again.
toxicpaulution said:
Well see with ATT we can boot custom roms(MDL users) as long as the kernel is already lokidokied, or you can flash the loki zip and it will bypass the ATT check and allow you to boot a custom rom, Now seeing how this is based of CM10.2(thats what the file is saying so i am just taking a guess) if I flashed the Loki zip after flashing the rom would it work? But I am doing a backup as of now and I am going to test and see if it works :3 I will report back lol
---------- Post added at 01:49 PM ---------- Previous post was at 01:03 PM ----------
Didn't work, Getting status 7 which would mean I would have to edit the update script so it doesn't just look for the inital phone. I will do that now and try again.
Click to expand...
Click to collapse
the base may be cm10 but it doesnt boot cm10. the boot.img gets flashed and it boots ubuntu , the cm part is in a container within ubuntu
i dont think att will be able to use this is the bootloader cant be flashed
JustSueMe said:
the base may be cm10 but it doesnt boot cm10. the boot.img gets flashed and it boots ubuntu , the cm part is in a container within ubuntu
i dont think att will be able to use this is the bootloader cant be flashed
Click to expand...
Click to collapse
Yeah changing the updater script didnt do the job :/ lame lol well it was work the try, I will follow this htread though seems promising.
toxicpaulution said:
Yeah changing the updater script didnt do the job :/ lame lol well it was work the try, I will follow this htread though seems promising.
Click to expand...
Click to collapse
okay it wont let me adb push the file says bash: adb: command not found
edit: im running now but the connectivity through reverse thether isnt working. btw im on the att s4
JustSueMe said:
haha progress
adb shell
insmod /system/lib/modules/dhd.ko firmware_path=/system/etc/wifi/bcmdhd_sta.bin nvram_path=/system/etc/wifi/nvram_net.txt
now wifi will turn on
make it auto load at boot
touch /data/local/userinit.sh
add to the file :
#!/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 it run
chmod +x /data/local/userinit.sh
Click to expand...
Click to collapse
I have successfully ported the zip to the SGH-I337 AT&T model same as yours wifi no data after fixes. Are you having trouble with the roms sliding from the lockscreen to home trouble?
---------- Post added at 02:34 AM ---------- Previous post was at 01:59 AM ----------
Joeyxc said:
I have successfully ported the zip to the SGH-I337 AT&T model same as yours wifi no data after fixes. Are you having trouble with the roms sliding from the lockscreen to home trouble?
Click to expand...
Click to collapse
link for att or tmobile http://www.androidfilehost.com/?fid=23252070760974893
Enjoy
This is just the cm, still follow the other instructions for everything else
http://www.youtube.com/watch?v=mJLKX_QWSpc&feature=youtu.be
Joeyxc said:
I have successfully ported the zip to the SGH-I337 AT&T model same as yours wifi no data after fixes. Are you having trouble with the roms sliding from the lockscreen to home trouble?
---------- Post added at 02:34 AM ---------- Previous post was at 01:59 AM ----------
link for att or tmobile http://www.androidfilehost.com/?fid=23252070760974893
Enjoy
This is just the cm, still follow the other instructions for everything else
http://www.youtube.com/watch?v=mJLKX_QWSpc&feature=youtu.be
Click to expand...
Click to collapse
So I should flash that first and then the others as stated?
toxicpaulution said:
So I should flash that first and then the others as stated?
Click to expand...
Click to collapse
Yup! Let me know if you run into any issues don't forget to thank if it worked!
Sent from my SGH-I337 using Tapatalk
Joeyxc said:
Yup! Let me know if you run into any issues don't forget to thank if it worked!
Sent from my SGH-I337 using Tapatalk
Click to expand...
Click to collapse
Forgot you need to use the Loki file for att, I'm doing adb on my other lappy haha xD then I'll boot it
Sent from my SGH-I337 using Tapatalk

[Help] How to install window again ?

Hi,
I'm new here
I've just got an used Teclast x98 air II model HG6M. The last owner told me that he has deleted the window and made it run android only. I asked him to retrieve dual-boot mode but he said he can't. So, could anybody how to get back dual-boot function on this tablet?
Thanks
mrprozz said:
Hi,
I'm new here
I've just got an used Teclast x98 air II model HG6M. The last owner told me that he has deleted the window and made it run android only. I asked him to retrieve dual-boot mode but he said he can't. So, could anybody how to get back dual-boot function on this tablet?
Thanks
Click to expand...
Click to collapse
To install Windows you will have to reinstall the whole OS since Android must take all the place now.
Use those guides to see the partitions on your tablet, especially the one to resize the partitions: http://forum.xda-developers.com/x98...-2048x1536-t2913035/post63963154#post63963154
Take your time it's EZ all you need is some patience. :angel:
N.B.: Only install Windows 10 32 Bits or you will brick your tablet.
help
hello
please
how resize data android partition
without corrupt windows boot?
or how to increase space partition wnidows without corrupt android boot?
Mikha777 said:
To install Windows you will have to reinstall the whole OS since Android must take all the place now.
Use those guides to see the partitions on your tablet, especially the one to resize the partitions: http://forum.xda-developers.com/x98...-2048x1536-t2913035/post63963154#post63963154
Take your time it's EZ all you need is some patience. :angel:
N.B.: Only install Windows 10 32 Bits or you will brick your tablet.
Click to expand...
Click to collapse
Thanks for your help, I deleted all android partitions and Installed win10 only
But now, I face a new problem. The touchscreen is not working like before I install window 10. The X axis is accurate but Y seems like having problem. There is a distance (may be exactly a half of the length of the screen size, I guess) between my finger and the touch point on the screen (see picture). When my finger is near the edge of the screen, the touch point is down side.
And, strangely, It occurs also in uefi bios menu and os chooser UI
I think It's a calibration problem or driver.. ect because when I touch the screen the point on the screen stay quite still and accurate, not jumping around like a broken digitizer.
I've copied the touchscreen.gt downloaded from this forum to c:/window/inf but it doesn't help
Could you please give me an advice?
Btw, now, I treat this tablet like a netbook. It fits perfectly my old ipad keyboard cover with some mods. Not too bad
https://drive.google.com/file/d/0ByvRUn7GfJ_FajNGdF9VZ1g4ZkNoTEh5R19ONmNfTGVGcWNz/view?usp=sharing
mrprozz said:
Thanks for your help, I deleted all android partitions and Installed win10 only
But now, I face a new problem. The touchscreen is not working like before I install window 10. The X axis is accurate but Y seems like having problem. There is a distance (may be exactly a half of the length of the screen size, I guess) between my finger and the touch point on the screen (see picture). When my finger is near the edge of the screen, the touch point is down side.
And, strangely, It occurs also in uefi bios menu and os chooser UI
I think It's a calibration problem or driver.. ect because when I touch the screen the point on the screen stay quite still and accurate, not jumping around like a broken digitizer.
I've copied the touchscreen.gt downloaded from this forum to c:/window/inf but it doesn't help
Could you please give me an advice?
Btw, now, I treat this tablet like a netbook. It fits perfectly my old ipad keyboard cover with some mods. Not too bad
https://drive.google.com/file/d/0ByvRUn7GfJ_FajNGdF9VZ1g4ZkNoTEh5R19ONmNfTGVGcWNz/view?usp=sharing
Click to expand...
Click to collapse
Update with this drivers pack:
https://mega.nz/#!4tIymJ6a!1EUMfs4ip8UD7SyzRqCJNt4Xb0uH_PCEmZ94PJL4uNI tha's the one I used after installing Windows 10.
Once the installation is final you can even squeeze more space from Windows with this command: http://winaero.com/blog/reduce-the-size-of-your-windows-10-installation-using-compact-exe/ :cyclops:
---------- Post added at 02:37 PM ---------- Previous post was at 02:33 PM ----------
hsareminia said:
hello
please
how resize data android partition
without corrupt windows boot?
or how to increase space partition wnidows without corrupt android boot?
Click to expand...
Click to collapse
For Windows you can use those guides to see to resize the partitions: http://forum.xda-developers.com/x98...-2048x1536-t2913035/post63963154#post63963154
For Android maybe you can use it but I'm not sure since I don't use Android.
Mikha777 said:
To install Windows you will have to reinstall the whole OS since Android must take all the place now.
Use those guides to see the partitions on your tablet, especially the one to resize the partitions: http://forum.xda-developers.com/x98...-2048x1536-t2913035/post63963154#post63963154
Take your time it's EZ all you need is some patience. :angel:
N.B.: Only install Windows 10 32 Bits or you will brick your tablet.
Click to expand...
Click to collapse
Mikha777 said:
Update with this drivers pack:
https://mega.nz/#!4tIymJ6a!1EUMfs4ip8UD7SyzRqCJNt4Xb0uH_PCEmZ94PJL4uNI tha's the one I used after installing Windows 10.
Once the installation is final you can even squeeze more space from Windows with this command: http://winaero.com/blog/reduce-the-size-of-your-windows-10-installation-using-compact-exe/ :cyclops:
---------- Post added at 02:37 PM ---------- Previous post was at 02:33 PM ----------
For Windows you can use those guides to see to resize the partitions: http://forum.xda-developers.com/x98...-2048x1536-t2913035/post63963154#post63963154
For Android maybe you can use it but I'm not sure since I don't use Android.
Click to expand...
Click to collapse
Thank you, I updated your driver package.
I've just installed android again to see whether it's a hardware problem. When android is installed, surprisingly, touch screen work accurately again. Don't know why but I am happy now :victory:
It works like a charm :laugh:
Mikha777 said:
Update with this drivers pack:
https://mega.nz/#!4tIymJ6a!1EUMfs4ip8UD7SyzRqCJNt4Xb0uH_PCEmZ94PJL4uNI tha's the one I used after installing Windows 10.
Once the installation is final you can even squeeze more space from Windows with this command: http://winaero.com/blog/reduce-the-size-of-your-windows-10-installation-using-compact-exe/ :cyclops:
---------- Post added at 02:37 PM ---------- Previous post was at 02:33 PM ----------
For Windows you can use those guides to see to resize the partitions: http://forum.xda-developers.com/x98...-2048x1536-t2913035/post63963154#post63963154
For Android maybe you can use it but I'm not sure since I don't use Android.
Click to expand...
Click to collapse
uhm..simple question here.
How can i install the drivers of your post?
I do not know How I could change back and could go to selection page of operation system (android or windows)! and Thanks God!
but I really want to reinstall my windows 10, I make a boot usb Fash by Rufus software with GPT partition and FAt32. This flash is showed in "Boot Option Priorities" in setup menu and i choose it for first option (Boot Option #1).
But my problem is after reset mt tablet it does not go to install page! and same as past go to "preparing automatic windows" and then " chose option" page.
I do not know what is my mistake. really sorry because of my Lots of posts. Windows in this tablet is really critical for me.

Categories

Resources