Bodhi Linux Forums: Bodhi HP Touchpad Alpha Image - Bodhi Linux Forums

Jump to content

  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Bodhi HP Touchpad Alpha Image 01-11-2012

#1 User is offline   Jeff 

  • Lead Developer
  • Group: Developer
  • Posts: 8032
  • Joined: 23-November 10
  • LocationBloomington, IL

Posted 11 January 2012 - 09:52 AM

Uploaded an alpha image today - http://sourceforge.n.../HP%20TouchPad/

Doesn't work:

- 3D
- Audio

The rest:

- Mostly works

Touch screen on this image works much better than on the previously shared developer preview. Will get out a demo video for sure by the weekend of this little guy in action.

~Jeff
0

#2 User is offline   kjhenrie 

  • Member
  • Group: Members
  • Posts: 2
  • Joined: 01-January 12

Posted 12 January 2012 - 03:19 AM

I haven't had a chance to do a lot with it yet but so far I am very impressed. The touch accuracy and sensitivity is greatly improved. I updated my guide on webOS Nation with the new version and an upgrade guide for anyone who installed the developer preview.

Thanks for your excellent work!
0

#3 User is offline   kjhenrie 

  • Member
  • Group: Members
  • Posts: 2
  • Joined: 01-January 12

Posted 12 January 2012 - 03:51 AM

I was not able to install apps through midori so I tried a download and got the error below. Is there a way to install packages yet? Can I accept the install on command line in lieu of zenity? Thanks in advance for any advice.

root@debian-armel:~# ./firefox-mobile.bod
Verifying archive integrity... All good.
Uncompressing Firefox-Mobile: Mobile Web Browser.................................

Bodhi Application Installer
Firefox-mobile: Mobile Web Browser

./installer.sh: line 46: zenity: command not found
./installer.sh: line 54: zenity: command not found
Gaining root...
cp: omitting directory `lists/partial'
./installer.sh: line 39: zenity: command not found
./installer.sh: line 76: zenity: command not found
E: Unable to locate package firefox-mobile
./installer.sh: line 78: zenity: command not found

Firefox-mobile Mobile Web Browser installation completed.

root@debian-armel:~#
0

#4 User is offline   Jeff 

  • Lead Developer
  • Group: Developer
  • Posts: 8032
  • Joined: 23-November 10
  • LocationBloomington, IL

Posted 12 January 2012 - 05:03 AM

The current AppCenter is only functional with the x86 version of Bodhi (doubly so with regards to the .bod files - they contain x86 installer files). Getting an AppCenter that will work with Bodhi ARM is on the TODO list.

~Jeff
0

#5 User is offline   bluen 

  • Member
  • Group: Members
  • Posts: 8
  • Joined: 13-January 12

Posted 13 January 2012 - 02:24 PM

Will this support pinch and zoom on Firefox, once you get the package install set up?
Looking forward to the video.
Thanks!
0

#6 User is offline   Jeff 

  • Lead Developer
  • Group: Developer
  • Posts: 8032
  • Joined: 23-November 10
  • LocationBloomington, IL

Posted 13 January 2012 - 02:34 PM

Multi-touch will only happen if we can get functional drivers for it. I do not write drivers, so unless the community comes up with something I don't see this happening. Honestly - something like this is far less important than getting 3D and audio working - are also driver issues.

Such is the wonderful world of ARM, closed source drivers everywhere :-/

~Jeff
0

#7 User is offline   bluen 

  • Member
  • Group: Members
  • Posts: 8
  • Joined: 13-January 12

Posted 13 January 2012 - 03:04 PM

Thanks for the quick reply. I hear the issues. Unfortunately, it is important to the user as her customers need the pinch and zoom to order from her website.
0

#8 User is offline   aeonius 

  • Lord of the Website
  • Group: Administrators
  • Posts: 2463
  • Joined: 17-July 11
  • LocationThe Netherlands

Posted 13 January 2012 - 04:37 PM

Just a quick note... can't wait to try this out when I get my Touchpad... hopefully within a week or so. :D
0

#9 User is offline   Jeff 

  • Lead Developer
  • Group: Developer
  • Posts: 8032
  • Joined: 23-November 10
  • LocationBloomington, IL

Posted 13 January 2012 - 05:43 PM

View Postbluen, on 13 January 2012 - 03:04 PM, said:

it is important to the user as her customers need the pinch and zoom to order from her website


Understandable. This and many other reasons are why unless we get a good deal of driver code from HP/the hardware manufacture I would not recommend this image for end-user usage.

~Jeff
0

#10 User is offline   Vistaus 

  • Member
  • Group: Members
  • Posts: 226
  • Joined: 01-July 11

Posted 14 January 2012 - 11:26 AM

View PostJeff, on 13 January 2012 - 05:43 PM, said:

Understandable. This and many other reasons are why unless we get a good deal of driver code from HP/the hardware manufacture I would not recommend this image for end-user usage.

~Jeff


Well, the kernel is open source so you may want to take a look at that? http://opensource.palm.com
0

#11 User is offline   grazzt 

  • Member
  • Group: Members
  • Posts: 9
  • Joined: 14-January 12

Posted 14 January 2012 - 04:03 PM

Ive installed it, and I think its the further along of the other native ports going? At least from what I can see from the xda forums (of which you should post to let know theres another linux coming). The ubuntu port doesnt seem to have touch yet (and I think ubuntu is maybe too bloated for the TPs specs), and not sure the status of the Archlinux.

Im just curious if there is a dev environment you have setup, a chroot, scratchbox2, whatever, so we could try compiling our own apps and see how well they will work in Bodhi.

So, Im willing to help.

Oh, and Jeff, maybe clear your midori cache/history before uploading root images. :-)
0

#12 User is offline   Jeff 

  • Lead Developer
  • Group: Developer
  • Posts: 8032
  • Joined: 23-November 10
  • LocationBloomington, IL

Posted 14 January 2012 - 06:05 PM

View PostVistaus, on 14 January 2012 - 11:26 AM, said:

Well, the kernel is open source so you may want to take a look at that? http://opensource.palm.com


Kernel source != driver source

Example: nvidia drivers on x86 platform.

With regards to developing - simply setup up a Debian testing cross compile to build packages.

Also, I do have a thread for this going at XDA - it links to here.

I don't think I left anything logged in on the midori cache... ;)

~Jeff
0

#13 User is offline   bluen 

  • Member
  • Group: Members
  • Posts: 8
  • Joined: 13-January 12

Posted 14 January 2012 - 08:33 PM

View PostVistaus, on 14 January 2012 - 11:26 AM, said:

Well, the kernel is open source so you may want to take a look at that? http://opensource.palm.com


If I am understanding you correctly, this will solve the driver multi-touch issue, is that right?

If so, that would be great.
0

#14 User is offline   grazzt 

  • Member
  • Group: Members
  • Posts: 9
  • Joined: 14-January 12

Posted 14 January 2012 - 08:49 PM

Im just curious what toolchain you are using, I dont want to get into libc hell or anything lile that. Or anything else yoy can share to make x compiling easier.
0

#15 User is offline   Jeff 

  • Lead Developer
  • Group: Developer
  • Posts: 8032
  • Joined: 23-November 10
  • LocationBloomington, IL

Posted 14 January 2012 - 09:29 PM

Our ARM release uses all tools directly from Debian Wheezy to build our packages. They keep everything fairly current there. So until Wheezy becomes a stable release sometime next year we will be sticking very closely to it. Meaning for the most part we will only be building the E desktop and a few other small things that shouldn't affect Dev work much.

~Jeff
0

#16 User is offline   Jeff 

  • Lead Developer
  • Group: Developer
  • Posts: 8032
  • Joined: 23-November 10
  • LocationBloomington, IL

Posted 14 January 2012 - 09:56 PM

View PostVistaus, on 14 January 2012 - 11:26 AM, said:

Well, the kernel is open source so you may want to take a look at that? http://opensource.palm.com


Where on that page do you find kernel source by the way? Operating system code != kernel code.

~Jeff
0

#17 User is offline   Vistaus 

  • Member
  • Group: Members
  • Posts: 226
  • Joined: 01-July 11

Posted 15 January 2012 - 08:51 AM

View PostJeff, on 14 January 2012 - 06:05 PM, said:

Kernel source != driver source

Example: nvidia drivers on x86 platform.

With regards to developing - simply setup up a Debian testing cross compile to build packages.

Also, I do have a thread for this going at XDA - it links to here.

I don't think I left anything logged in on the midori cache... ;)

~Jeff


Well, you'd better ask it on webosnation.com
XDA is a great site, but not for the HP Touchpad. The HP Touchpad has its experts on webosnation.
0

#18 User is offline   Jeff 

  • Lead Developer
  • Group: Developer
  • Posts: 8032
  • Joined: 23-November 10
  • LocationBloomington, IL

Posted 15 January 2012 - 08:59 AM

View PostVistaus, on 15 January 2012 - 08:51 AM, said:

Well, you'd better ask it on webosnation.com
XDA is a great site, but not for the HP Touchpad. The HP Touchpad has its experts on webosnation.


How can I ask for what is not there?...


~Jeff
0

#19 User is offline   bluen 

  • Member
  • Group: Members
  • Posts: 8
  • Joined: 13-January 12

Posted 15 January 2012 - 04:01 PM

View PostJeff, on 15 January 2012 - 08:59 AM, said:

How can I ask for what is not there?...


~Jeff


Start by posting in this thread below, tell them who you are and what you want to do. RWhitby is monitoring that thread and he is the
head of webos internals (and incidentally, HP is bringing him in directly on the opensource planning process).

Rod and crew got ubuntu working on the TouchPad in a webOS card on a separate partition within two weeks of the TouchPad's initial release in early July. They've created tools for this (see webos internals wiki)

http://forums.webosn...kernel-143.html
0

#20 User is offline   Jeff 

  • Lead Developer
  • Group: Developer
  • Posts: 8032
  • Joined: 23-November 10
  • LocationBloomington, IL

Posted 15 January 2012 - 07:19 PM

Bluen - Define "working". Do you mean it simply boots like Bodhi does? Or does it have full functionality of audio/multi-touch/3D?

EDIT: Also there doesn't appear to be any place on those forums for much anything non-webos related. It appears to be an operating specific board (like this is) and not a device-specific forum.

~Jeff
0

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users