[Q] Compiling PSFreedom for Blackstone? - Touch HD General

PSFreedom's recent port to various Android devices using the msm72k chipset got me thinking. Has anyone taken a look at building it for the HD?
I currently use an X10 which unfortunately isn't supported but I have a Blackstone lying around that would be perfect. The hardware *should* be able to handle it but I have no clue how to even begin.
I can cross-compile modules for my X10 and so on but that's about it. I have no experience building a working kernel, the external module and finally making boot images for use with haret.
Anyone working on it?

ddewbofh said:
PSFreedom's recent port to various Android devices using the msm72k chipset got me thinking. Has anyone taken a look at building it for the HD?
I currently use an X10 which unfortunately isn't supported but I have a Blackstone lying around that would be perfect. The hardware *should* be able to handle it but I have no clue how to even begin.
I can cross-compile modules for my X10 and so on but that's about it. I have no experience building a working kernel, the external module and finally making boot images for use with haret.
Anyone working on it?
Click to expand...
Click to collapse
for educational purposes only..

oNNoZeLe said:
for educational purposes only..
Click to expand...
Click to collapse
Naturally.

So after some intense googling I've worked out a plan but I have some questions on compiling and assembling images. The plan goes like this:
Since I don't use the device as an actual phone I'm not bothered about losing things like making phone-calls or things like that. So I'll probably used a stripped down version of Donut or Eclair depending on whichever's the easiest.
Any recommendations on guides for compiling custom kernels, building external modules and preparing the kernel for use with haret?
I've set up toolchains for building Donut modules in the past and earlier I got a Blackstone toolchain set up from a guide over at www.androidonhtc.com but then I got stuck. Any help would be much appreciated, I've been at this way too long now.
Thanks

This would rock..
Sent from my MSM using XDA App

I would also love to see this happen.
I maybe wrong, but currently the Android releases are setup on the Blackstone it doesnt give you access to the card (for files) or USB connection (for transfer) yet as it's still in an unstable state...?

the battery issue is keeping me away from android.
usb connection is not there and access to card is not there from pc .
but access to card is there... using terminal emulator.
to check the usb config , i copied config.gz from /proc folder to /sdcard and copied it back while using windows..
so if the activsync type of connection is not there to put or get the files... that can still be done thru winmo... unless it is also hindering some other functionality that i'm not aware of
edit:
i'm using Android 2.2 (FroYo) On HTC [03 Sep 2010] (V1.6)

sunish said:
the battery issue is keeping me away from android.
usb connection is not there and access to card is not there from pc .
but access to card is there... using terminal emulator.
to check the usb config , i copied config.gz from /proc folder to /sdcard and copied it back while using windows..
so if the activsync type of connection is not there to put or get the files... that can still be done thru winmo... unless it is also hindering some other functionality that i'm not aware of
edit:
i'm using Android 2.2 (FroYo) On HTC [03 Sep 2010] (V1.6)
Click to expand...
Click to collapse
I have atleast ADB working over USB but it requires that I boot with the cable plugged in. So USB works, but I don't know to what extent.

ddewbofh said:
I have atleast ADB working over USB but it requires that I boot with the cable plugged in. So USB works, but I don't know to what extent.
Click to expand...
Click to collapse
did you try droid explorer? several things work with ADB enabled..

I have a lot of time on my hands, but no knowledge of what needs to be done in order to work out how to get this working.
Is there any system already ported that we can look at that has similar devices to the Blackstone - perhaps the HD2?
If not, if someone can advise on what needs to be worked out, I dont mind putting the time in.

DejaVu1977 said:
I have a lot of time on my hands, but no knowledge of what needs to be done in order to work out how to get this working.
Is there any system already ported that we can look at that has similar devices to the Blackstone - perhaps the HD2?
If not, if someone can advise on what needs to be worked out, I dont mind putting the time in.
Click to expand...
Click to collapse
did you check one of the other threads on "getting this to work on XDA?"

I've been on checking XDA-Dev (as well as other sites) since the release of psgroove/psfreedom for updates.
I've been watching all the other devices getting ported too (Nexus One, Bravo, Dream, Desire, Sapphire, TI-84+ (CALCULATOR!), Dingoo), but really dont know where to start for the Blackstone - which has been dishearting as the Teensy++ boards are sold out worldwide!
But surely, if a calculator can do it...!!
Supposedly, the USB Device is the same as the others (MSM72K) that have already been ported. It just needs to be written into the psfreedom code I guess and run a certain way depending on the system the Blackstone would use.
I dont think Windows Mobile has 'root access' so hence the use of Android via Haret. Although it's not stable as such, I think it should be sufficient to run this (if possible through Haret?)
Some of this may seem like complete crap - but I will be the first to admit, I dont know what I'm talking about. It's just the gist I'm getting from surfing the internet over the last few days.
From what I gather, all the (hardest?) work has been accomplished (it's proven it can work with Android!) and I'm sure the Dev's that have completed it will share their findings to help other devices to work?
Also, looking through most the forums on here, Blackstone being THE most popular, I think the port would be appreciated by a lot more people.
The reason that Blackstone is the most popular IMHO is that Windows Mobile running on it is terrible. When I got mine originally from O2, the ROM was sooo slow. The great work the Chef's do on here are appreciated by thousands as they are making the phone usable again. Bring on Adroid for this phone... IT NEEDS IT!!!
If it's pointed out what needs doing. I'll happily do it - I've flashed my phone sooo many times lately, a few more wont hurt!

It'll be Awesome!!!!

I was under the impression that Blackstone has MSM72K (reference to which I found in a very old thread.
following is the text form config.gz which uses MSM_HSUSB
so only a ROM chef can tell us which driver is used in blackstone.
We can only request all the developers on this site to look into this and guide us.
Code:
# USB Function Support
#
CONFIG_USB_FUNCTION=y
CONFIG_USB_FUNCTION_MSM_HSUSB=y
# CONFIG_USB_FUNCTION_NULL is not set
# CONFIG_USB_FUNCTION_ZERO is not set
# CONFIG_USB_FUNCTION_LOOPBACK is not set
CONFIG_USB_FUNCTION_ADB=y
# CONFIG_USB_FUNCTION_UMS is not set
CONFIG_USB_FUNCTION_MASS_STORAGE=y
# CONFIG_USB_FUNCTION_DIAG is not set
CONFIG_USB_FUNCTION_ETHER=y
CONFIG_USB_FUNCTION_RNDIS=y
# CONFIG_USB_FUNCTION_FSYNC is not set
# CONFIG_USB_FUNCTION_SERIAL is not set
# CONFIG_USB_FUNCTION_PROJECTOR is not set
# CONFIG_USB_FUNCTION_MTP_TUNNEL is not set

http://forum.xda-developers.com/showthread.php?t=777120 The HD2 get a haret Port

It doesn't work on a HTC Touch HD T8282, Won't boot. I think, as a WM6.1 phone it can't be rooted.
HD1

sunish said:
I was under the impression that Blackstone has MSM72K (reference to which I found in a very old thread.
following is the text form config.gz which uses MSM_HSUSB
so only a ROM chef can tell us which driver is used in blackstone.
We can only request all the developers on this site to look into this and guide us.
Code:
# USB Function Support
#
CONFIG_USB_FUNCTION=y
CONFIG_USB_FUNCTION_MSM_HSUSB=y
# CONFIG_USB_FUNCTION_NULL is not set
# CONFIG_USB_FUNCTION_ZERO is not set
# CONFIG_USB_FUNCTION_LOOPBACK is not set
CONFIG_USB_FUNCTION_ADB=y
# CONFIG_USB_FUNCTION_UMS is not set
CONFIG_USB_FUNCTION_MASS_STORAGE=y
# CONFIG_USB_FUNCTION_DIAG is not set
CONFIG_USB_FUNCTION_ETHER=y
CONFIG_USB_FUNCTION_RNDIS=y
# CONFIG_USB_FUNCTION_FSYNC is not set
# CONFIG_USB_FUNCTION_SERIAL is not set
# CONFIG_USB_FUNCTION_PROJECTOR is not set
# CONFIG_USB_FUNCTION_MTP_TUNNEL is not set
Click to expand...
Click to collapse
Afaik msm72k and msm_hsusb are different drivers for the same hardware. The kernel in use for the Blackstone port is 2.6.27 and it uses msm_hsusb. Newer kernels are probably different.

psfreedom-for-htc-touch-pro1-2diamond-1-2
Look at this site, you got to copy 3 things and you must have Xandroid 2.2
h**p://howtohackps3.com/psfreedom-for-htc-touch-pro1-2diamond-1-2-is-now-available/

^^ will try it once i get home

It Works !!!!
Yeah Yeah Yeah !!
good temp solution.
as u need to connect the phone to pc when android is booted.
will wait for dongle's price to fall down

Related

Can't boot Linux on Magician

Hi all,
I have a Qtek s100 reported to be the same as the magician
I tried booting Linux angstrom using Haret following the instructions from the wiki.
I also tried openmoko and QTOPIA following instructions there : http://linuxtogo.org/~htcpxa/htcmagician/
All tries ended the same way : Haret starts, displays a few lines, says "jumping to kernel", the screen becomes white, and nothing else happens. After a while , the screen is not illuminated anymore, and touching the touchscreen doesn't light it up, whereas the keys do.
I tried changing the runlevel, changing the root= to see if it was due to a bad support of the card reader, nothing changed.
Has anyone already had this problem and solved it ?
Thanks a lot,
Thomas
Hi
I have the same problem.
Try image from http://linuxtogo.org/~ph5/tmp/ - it's work great for me .
You can also boot other images like from http://excogitation.de/lastik/ which are the newest but you have to extract kernel and modules from http://linuxtogo.org/~ph5/tmp/Angst...-2008.1-test-20080216-magician.rootfs.tar.bz2 image and replace them in the image You want to use. Do not forget to copy also http://linuxtogo.org/~ph5/tmp/zImage-2.6.21-hh20-r13-magician.bin to use with haret.
Greets
PS
Sorry for my english
Thanks, I found a working kernel...
GPE works well, but it's not really easy without a stylus... But I like gomunicator, and I can recompile it with my smscenter...
I tried OM 2007.12, but "read sms" crashes, and upgrade crashes my install
OM 2008 doesn't start X...
Which distro did you find most functional ?
Thomas
i'm testing now Angstrom-x11-gpe from http://excogitation.de/lastik/ ( fast but it don't have apps for dialing and sms ). I tried image with opie (but it didn't worked for me) and with Angstrom-openmoko from http://www.linuxtogo.org/~ph5/tmp/ which is for me to slow to use (high memory usage) but the most functional.
Are you able to update packages?? I have some problems with this - i can connect to Magician over ssh, but i can't connect from it to the internet - coul you explain how are you connecting your magician to the computer?? are you using linux box?? what commands are you using.
Thanks
help with my magician ....the touchscreen doesn't work with angstromn x11 gpe... solution?? sorry for my bad english
newbie on PDA, seasoned on Liux
Hi,
I come from a lot of Linux background (since 2003)...
As the matter of fact I'm all the time on Linux, expect when I play a game from time to time (COD,MOH...)
So,
I did join this forum (great one!) and read posts a bit...
Found the OM and OPIE2 (QTOPIA?) images and only got booting with the MO2008 one
So i tweaked the SD ext2 partition a bit:
If (when) i used the 2.6.21 hh20 kernel it booted both the QT and the GTK based images
(one replaces the zImage in both the VFAT partition and in the /boot folder IMO?)
But...
The OPIE2 (Qtopia?) is a by far more pleasant experience:
1. back is always obvious
2. Input method is nice
3. the GUI is more polished
4. more themes per default
A. I missed a terminal
B. I missed a GUI for ipkg
C. I missed hardware support (hal,alsa,sound,sgm,gprs)
D. I missed bluetooth (stack?)
E. I missed networking (USB?)
F. no standard GNU suite: pico,mc,bpe
Then the OpenMoko didn't brill either:
1. It apparently had SGM support
2. It had decent input options
3. It worked acceptably well and almost fast
4. Terminal app (a whole lot more LINUX)
The cons:
A. It wasn't always clear where one is
B. It wasn't always clear where the 'bailout' button is
C. the hardware keys seemed not to work
D. far less apps onboard the image
E. Didn't stay long enough to see it all (must try again)...
F. no standard GNU suite: pico,mc,bpe
so, can we make one decent one?
I try to help?
cest73 said:
Hi,
I come from a lot of Linux background (since 2003)...
As the matter of fact I'm all the time on Linux, expect when I play a game from time to time (COD,MOH...)
So,
I did join this forum (great one!) and read posts a bit...
Found the OM and OPIE2 (QTOPIA?) images and only got booting with the MO2008 one
So i tweaked the SD ext2 partition a bit:
If (when) i used the 2.6.21 hh20 kernel it booted both the QT and the GTK based images
(one replaces the zImage in both the VFAT partition and in the /boot folder IMO?)
But...
The OPIE2 (Qtopia?) is a by far more pleasant experience:
1. back is always obvious
2. Input method is nice
3. the GUI is more polished
4. more themes per default
A. I missed a terminal
B. I missed a GUI for ipkg
C. I missed hardware support (hal,alsa,sound,sgm,gprs)
D. I missed bluetooth (stack?)
E. I missed networking (USB?)
F. no standard GNU suite: pico,mc,bpe
Then the OpenMoko didn't brill either:
1. It apparently had SGM support
2. It had decent input options
3. It worked acceptably well and almost fast
4. Terminal app (a whole lot more LINUX)
The cons:
A. It wasn't always clear where one is
B. It wasn't always clear where the 'bailout' button is
C. the hardware keys seemed not to work
D. far less apps onboard the image
E. Didn't stay long enough to see it all (must try again)...
F. no standard GNU suite: pico,mc,bpe
so, can we make one decent one?
I try to help?
Click to expand...
Click to collapse
I just stumbled upon your post by accident - and it seems there isn't much interest in Magician in general
anymore - so in short there won't be full linux support for Magician (unless pH5 - or someone else (you?) finishes it).
Well actually the hardware is almost 100% supported (apart from IrDA, sound recording and camera)
(see here - but afaik the userspace stuff is missing so it doesn't work with the mentioned images.
Usbnet is working (to get you started look here or here)
If know/are interested to expedite userspace you probably don't need any help setting up a build environmend
(but you can always ask me).
The info on the wiki could also be useful.
The Camera is an OV9650 that's also used in
Motorola A780 (driver available for an earlier kernel)
HTC Alpine, HTC Sable, HTC Universal, HTC Wizard
Also I will reassemble a Magician I have lying around in parts if you need a tester
(or provide a nice image with good support).
Don't know if you had that OM image ... but there is one with Phone working.
(if you update it to the current state (well some months ago) through ipkg
the phone breaks (of course - new dialer), but sound (alsa) sarts working).
excogitation said:
Also I will reassemble a Magician I have lying around in parts if you need a tester
(or provide a nice image with good support).
Don't know if you had that OM image ... but there is one with Phone working.
(if you update it to the current state (well some months ago) through ipkg
the phone breaks (of course - new dialer), but sound (alsa) sarts working).
Click to expand...
Click to collapse
If you're interested take a look here:
http://forum.xda-developers.com/showthread.php?t=408069
That's the main thread about this subject.
The Camera is an OV9650 that's also used in
Click to expand...
Click to collapse
Camera is OV9640. Also used in FS720.
It seems Magician revisions have two different cameras, but I don't know differences...
Since I have the parts lying around I just took a look and it's definitely an OV9650 - and I'm fairly certain there aren't 2 different cameras - if you definitely have an ov9640 - then there are 2 different ones.
There are 2 different LCD's though - but that has already been taken care of by pH5 (that's why on some Magicians the hh17 and earlier kernels won't boot - again if I remember correctly).
I just took a look and found some stuff related ... I'll attach it here so maybe it can save you some time. (notes in the files may be German)
Since xda-devs doesn't want my file ... I put it here: ov9650 stuff
Also check here especially the driver and m560x ov9650.
wow amazing!
If we can get enough ppl working, an Android port could be a viable project in the future.
If you need a tester, I once managed to boot linux in the past, and i have a spare SD card for testings.
Thank you guys!
iRiKi said:
wow amazing!
If we can get enough ppl working, an Android port could be a viable project in the future.
If you need a tester, I once managed to boot linux in the past, and i have a spare SD card for testings.
Thank you guys!
Click to expand...
Click to collapse
Well I highly doubt that's going to happen any time soon - but Android "runs" on Apache so that should get someone interested started.
iRiKi said:
wow amazing!
If we can get enough ppl working, an Android port could be a viable project in the future.
If you need a tester, I once managed to boot linux in the past, and i have a spare SD card for testings.
Thank you guys!
Click to expand...
Click to collapse
linux yes
android ?????
after some emails with people involve with linux there seems to be issues in porting the android kernel
if you wanna help with the linux port head there
http://forum.xda-developers.com/showthread.php?t=408069&page=7
Just a bump to a thread
maybe this should be make sticky, for who knows when the last Magician with Linux user is going to break down?
They might want to slump together a linux build mean while?

[PRJ][AND][LNX] OPANDROID (The Wing-Linux Opal branch)

Please, don't reply with a quote of this post.
Wing Linux​
This thread is a continuation to what happened in the LINUX BOOTS at OPAL! Thanks to linwizard project! thread. I thought it's about time a proper thread is made to get this project the attention it needs.
What is Wing Linux all about
Wing Linux aims to bring Linux and Google's Android operating systems to OMAP850-based devices.
Wait, did you say Linux AND Android?
Yep, you did read that right. If you're running Wing Linux, you are simultaneously running Ångström and Android on top of that. That means you get all of the cool Linux functionality with the intuitive interface and usability of Android.
For more information about Wing Linux please visit the official site. It'll save you from having to read through this whole thread
If I installed Wing Linux, will I lose WM? / Will this brick my device?
No. There's no flashing involved here. Still, it's best practice to have thing backed up before doing anything. I've heard of a few cases were people lost some files from there SD cards.
Great! How can I try this?
I'm glad you asked!
Installation is very easy and smooth, all you have to do is following these simple steps:
Navigate to the Wing Linux site.
On the navigation menu to the right of the main page, you'll find a "Download" link. Obviously, you're supposed to click it
Once the download completes, you'll end up with a zip file that contains a few cab files and 4 text files. Please do open these files using notepad for a quick look. They contain plenty of useful information.
After extracting that zip, and hopefully taking a look at the text files, you'll need to move two of the cab files to your device: rootfs and opal.
From your device, install the two cabs (navigate to them using your favourite file explorer then click them) and make sure to install both files to storage card.
Before proceeding any further, make sure that you still have at least 250MB of free space on your storage card. If you don't then you'll need to do some clean up before you can continue.
Also, make sure to close any open application, otherwise you'll lose any unsaved progress in any of them.
Open the brand new wing-linux short-cut in your start menu.
Hit run.
While Linux is booting up. You'll be asked to input a size for the image file used as storage for Wing Linux (consider it like virtual hard disk). Don't touch anything and just wait, default value (250MB) will be used after a couple of seconds.
Grab yourself a cup of coffee/tea/beer/... then sit back and relax. Installation will take a while.
When everything is over, you'll get a calibration screen. Try your best to get a good calibration on the first time as fixing it later takes some work.
Enjoy Android
Key-map for Android
As the Opal doesn't have that many keys, some changes had to be made:
D-Pad + Centre: works normally.
Green: Dialer.
Red: Default behaviour under Android is like this:
Short press: puts device in standby. This can be changed in the settings (which I recommend).
Long press: Display menu to turn off device, put device in airplane mode...
Volume Up: menu key (it's the key that unlocks the screen as well).
Volume Down: back/cancel.
Power button: It's working, but it doesn't do anything because it's functionality doesn't work in Android yet.
Okay, I'm done playing around and I want to go back to WM.
That's easy:
Click and hold the red button and you'll get a menu.
Select "Shutdown" and the phone will reboot.
Once the phone boots again, you'll be in WM.
I want to completely get rid of Wing Linux
Eh, it's your loss.
Un-install both cabs as you would do for any application.
Check if there's still a folder called "linux" in the root of your storage card.
If there's one, delete it.
What works and what does not work:
For details look at this page here. In short:
For the time being, these stuff work:
Making/receiving calls, although you won't be able to hear the other side during phone calls. But there's a small workaround for that:
When in windows mobile, start Wing Linux during a phone call, that way you'll have sound in Android during calls.
Sending/receiving SMS.
GPRS also works. If your carrier/service providers details are included already, it'll work out of the box. Otherwise you'll need to set up a new APN under settings.
For the time being, these stuff do not work:
Battery (will always report it's 100% full).
Bluetooth
WIFI
Camera
Sound (other than what you'll get with the workaround)
Vibration
LED notifications
Standby/Suspend mode.
Unlocking SIM (Android will accept the PIN code but it won't connect to network, you'll need to disable PIN from WM).
FAQ
Q: When I let the phone sit for a while it goes to a text screen that just rolls android_power_suspend messages?
Right now these message are normal, just hit any key or the screen to go back. The suspend portion of Android is being actively worked on so just hang tight!
Q: I installed and booted Wing Linux and when I attach it via USB to my Windows computer it asks me for a driver for an "Ethernet Gadget". Where can I get this?
Linux has this driver natively. For Windows, there's no driver right now, if you know where we can find one (that is free to distribute legally) please do share it with us.
Q: When I boot for the first time the installer hangs at partitioning 0%, is it not working?
Walk away from your phone, this part will take some time. It will only have to do this on initial install so have faith.
Q: Can I install this to my phone's internal memory?
Not presently. Although the cab file will install, you won't be able to boot from internal memory. Ensure you install to your storage card.
Q: Does this run emulated under Windows Mobile?
Not at all! Although it's started from inside Windows Mobile, HaRET completely replaces Windows with Linux in memory, so you actually are booting native Linux -- No emulation at all.
Q: I successfully entered my PIN and unlocked my SIM card through Android, but I can't get on the network. Why?
This is a known issue -- unlocking a SIM card works, but Android does not follow through with connecting to the network. The best solution to this for now is to remove the PIN from your SIM card.
Q: I opened an application but how to I get back to the main page or quit the program? Where is my back button?
Check the keymap posted above.
Q: When will X work on Opal?
In due time. The project is made of volunteer effort working in their spare time. If you'd like the development to speed up, feel free to give a hand!
Not every single one of the people working on this is a developer. Some, like me, are learning as they go. And none is able to dedicate all his time for this project.
Q: I messed up with the calibration. How can I re-calibrate the screen?
Go to storage card, then go to the folder called 'linux'. You'll find a file called default.txt
In that file, look for the line that says "set CMDLINE", add "reset_ts" to it (between the two quotations). Then boot normally.
Remember to remove that once you're satisfied with the calibration.
(If Microsoft Word asks you to save it in their format, always say no)
Q: I waited a lot but the device won't finish booting after installation. What should I do?
First of all, try resetting the phone and booting Wing Linux again. In most of the cases, this'll work. If that doesn't work, try deleting the "rootfs" file from "/Storage Card/linux". If you don't see that file, delete rootfs.img instead. Then boot back in and it should start installing from scratch.
If you're still having issues, remove everything (refer to the "I want to completely get rid of Wing Linux" section) and reinstall the two cabs.
Q: What version of Android is Wing Linux running?
Right now, it's running Cupcake (1.5). An upgrade is planned.
Q: What version of Ångström is Wing Linux running?
Latest as of time of posting.
Q: I'm trying to use the virtual terminal but the enter button on the virtual keyboard won't do anything. Is that normal?
It happens occasionally. Try pressing the d-pad in various directions then hit then enter button again.
Q: Can I SSH to the phone?
Yes you can
Code:
sudo ifconfig usb0 10.100.0.2 up
ssh [email protected]
The password is "wing".
Q: Is installing to a dedicated partition supported?
Yes it is, for more information check the 'INSTALL' file included in the zip, and that can also be found under /storage card/linux
Q: How can I set up a development environment to help with coding?
Take a look here.
Q: How can I get in contact with developers?
Through this thread, the project's forums and on the IRC channel at #wing-linux on Freenode.net. Please, do not use E-Mails, PMs, IMs...
Personal thanks from me to the following people for making this a reality:
darkstar62 for being the main man behind the whole project. And for going easy on me despite my noobness
The people at Linwizard for creating the base kernel and helping throughout development.
kshaurya for helping me to get the Opal branch started
raditzgds, life02 and zenned for helping to get the touchscreen working on Opal.
HTC for this nice device.
Google for Android.
The people behind Ångström for the base system.
I hope I didn't forget anyone...
Please, don't reply with a quote of this post.
Release Informations
Released Versions:
0.1 released on 2009-02-16
0.2 released on 2009-05-26
0.3pre3 released on 2009-06-14
0.3 released on 2009-06-16
0.4pre1 released on 2009-07-04
0.4pre2 released on 2009-07-25
0.4pre3 released on 2009-08-12
0.4pre4 released on 2009-08-12
0.4 released on 2009-11-09
0.4.1 released on 2009-11-19
0.4.2 released on 2009-11-21
Planned Releases:
Nothing is currently set in stone. Next release can be either 0.4.3 or 0.5.
Things to look forward for in the next release.
Hopefully: Sound and there might be some changes concerning Android.
Latest Change Log:
Will be updated on next release.
Please, don't reply with a quote of this post.
How to help with testing and development on Opal:
The people behind Linwizard and Wing-Linux are in need of the results of running this test:
ali1234 said:
Hi,
Thanks to everyone who came to our sprint and tested things. We got a
basic kernel booting on several platforms.
After looking at the results I started to look at the LCD detection
code. I would like to ask everyone to run this test and send me the
results.
I need testers with any omap7xx phone. You only need to run a haret
script and mail me the output, no kernel boot in necessary. The test
scripts are here:
http://al.robotfuzz.com/~al/htc/lcd1.zip
You need a modified version of haret which is included. Unpack the zip
to the phone's internal memory and run haret. Press the "boot" button
like normal. It won't boot linux, it will run the tests instead. Your
screen will flicker during the test, it is normal. It will generate
lcdlog.txt. Mail that file to me or the list, along with any
information you have about your phone. Especially if you have an
after-market LCD, or you know what model of LCD you have for another
reason.
The test works by rapidly switching between LCD mode and GPIO mode on
the LCD controller pins, to check which pins are tied high, low, or
are floating. It does this 30 or so times. Any pin that changes value
is deemed floating. The others are tied high or low (1 or 0). Ignoring
floating pins (zero them) and you get a code which identifies the
panel type of the phone.
More about the LCD detection, including device database and log
processor: https://sourceforge.net/apps/trac/linwizard/wiki/LCDDetect
Thanks
Click to expand...
Click to collapse
While the quote tells you to email the results to ali1234, it would be best if you PM them to me and I'll handle passing them forwards.
Very nice thread with all the info needed
musikmonk that rom is ready contact me today eve or tom i will send u... then u can do testing works.
good discription brother........
i have tried it out already....but sound wifi etc not working.....hopefully the developers will solve the problems in next build....
indresh88 said:
good discription brother........
i have tried it out already....but sound wifi etc not working.....hopefully the developers will solve the problems in next build....
Click to expand...
Click to collapse
I guess you dont know that musikmonk himself is one of the developer of android for omap 850 devices
i downloaded it from the web to my mobile...took me a couple of hours but was worth it.
installation was a breeze.
wifi is not a necessary for me...so i am okay with it...
there are some probs tho...like the battery percentage...it is stuck at 100%. even after fiddling with it, it remained the same.
i rebooted to wm to find that battery was about 45%. this issue is critical...i feel. what about you guys??
btw...my sincere thanks to all who toiled so hard...without getting paid...to port this amazing os.
hats off to you guys...and do keep up the good work.
i'm testing android from some week
i test version 0.4.2 and the 0.4.3 pre4
bluetooth don't work... when I turn on the bt the scrren increase brightnees...
for the audio problems if you start winglinux during a call audio works
now i want try your kernel
jagan2 said:
I guess you dont know that musikmonk himself is one of the developer of android for omap 850 devices
Click to expand...
Click to collapse
Thanks But I'm still faaaaaar from being a developer. I'm just learning.
freelancer81 said:
there are some probs tho...like the battery percentage...it is stuck at 100%. even after fiddling with it, it remained the same.
i rebooted to wm to find that battery was about 45%. this issue is critical...i feel.
Click to expand...
Click to collapse
Ah, I forgot to mention that . I added it to the not working section now.
Right now, wing-linux is using a fake battery driver that always reports battery as 100% full. There's still no working driver and I'm afraid that it might be a long time till there is one.
gp.triple said:
i'm testing android from some week
i test version 0.4.2 and the 0.4.3 pre4
bluetooth don't work... when I turn on the bt the scrren increase brightnees...
for the audio problems if you start winglinux during a call audio works
now i want try your kernel
Click to expand...
Click to collapse
Please do try that kernel and tell me how it goes for you.
nice work MusikMonk, i m so happy to see development for android on our phones
Bluetooth works on mine, but not all the time(once in 10 it doesn't)
Thank you so much for sharing your work
Edit: Sometimes,network problems occur after changing kernel
i try your new kernel
now when i start bluethoot its start
but don't discovery my sonyericsson w950i
and the s.e. don't find the opal
but the opal find other device...
soon as possible i try to connect other device and give you some feedback
i hope that you can understand my bad english
one question...
it is possible tu build the kernel 2.6.30 or successive?
its contains more driver
mrushabh said:
nice work MusikMonk, i m so happy to see development for android on our phones
Bluetooth works on mine, but not all the time(once in 10 it doesn't)
Thank you so much for sharing your work
Edit: Sometimes,network problems occur after changing kernel
Click to expand...
Click to collapse
Can you please tell me what you tried for bluetooth? I could use some details.
And about network problems, that's normal. It randomly happens with wing-linux, it isn't something specific to that kernel.
Most of the times switching to aeroplane mode and back works. Sometimes you'll have to reboot.
gp.triple said:
i try your new kernel
now when i start bluethoot its start
but don't discovery my sonyericsson w950i
and the s.e. don't find the opal
but the opal find other device...
soon as possible i try to connect other device and give you some feedback
i hope that you can understand my bad english
one question...
it is possible tu build the kernel 2.6.30 or successive?
its contains more driver
Click to expand...
Click to collapse
Does it always find that other device or does it only find it sometimes?
About using a new kernel, there are some problems with that. darkstar62 is working on moving upstream to latest kernel and he submitted some patches to the linux-omap tree to get his device (Herald/Wing) supported some were accepted, others are pending.
I tried these patches on Opal but memory card and usb didn't work. I'm waiting till the patches are complete to try again because, right now, I don't know how to fix them myself. I had a couple of ideas that I tried, but none worked.
Oh, and your English is okay. I can understand you fine.
MusikMonk said:
Does it always find that other device or does it only find it sometimes?
i had few time to try this morning
one time bt start and find some device
one time bt don't start
and one time bt start but don't find any device
as soon as possible i'll do other test
Click to expand...
Click to collapse
Click to expand...
Click to collapse
im glad the network problem is not related to the kernel..
as for the bluetooth, it can find my other phone but somehow cant connect with it, also when set to discoverable also no other device finds it
Thank you all I really appreciate your help with testing.
If you guys have the time, can you also give this kernel a test:
http://dl.dropbox.com/u/1944361/zImage-09-02-10
Edit:
Oh, and can you please give me details such as:
What was the bluetooth state in WM (off/on/hidden/discoverable)?
If you're using WM6.5.x, does bluetooth work normally on the rom you're using? (There seems to be many customized roms with bluetooth problems)
When you searched from Android, if some devices are found, do the name appears or only the address?
Stuff like that...
nice ...work
nice work thank u .
i have test the OS but there are some problem , that i cant make a call and
i cant but it on sleep mode and some time Bluetooth does'nt work .
but until now it's great to see the android work on our mobiles .
.
MusikMonk said:
Thank you all I really appreciate your help with testing.
If you guys have the time, can you also give this kernel a test:
Edit:
Oh, and can you please give me details such as:
What was the bluetooth state in WM (off/on/hidden/discoverable)?
If you're using WM6.5.x, does bluetooth work normally on the rom you're using? (There seems to be many customized roms with bluetooth problems)
When you searched from Android, if some devices are found, do the name appears or only the address?
Stuff like that...
Click to expand...
Click to collapse
i did other test
at first i use the original wm6.1
condition of test
wm bt on/discoverable ---> android don't start bt
wm bt of ---> bt start in android, only one time find other device but appears only the adress, the other device don't find the opaldroid
if i can this evening try the new kernel
Results with the new kernel
Rom used:Official HTC WWE Rom
Bluetooth state in windows mobile:Off
Bluetooth activates and can be set to discoverable but no device can find phone and phone cant find any device
VERY RARELY IN THIS STATE IT CAN FIND MY MAGIC MOUSE
Bluetooth state in windows mobile:On
Same as the one before but no rare luck here..(Bluetooth activates and can be set to discoverable but no device can find phone and phone cant find any device)
hi;
Please take a screen shot from your device and put them there!
thanks.
i did some test whit the new kernel
win 6.1 standard rom
bt off in wm---> sometimes find other device showing the adress but other device cant find opal
bt on in wm--->didn't find other device and other device cant find opal

Ubuntu on Gen8

Hello everybody!
I have been playing with the ARM port of Ubuntu and my Archos 70 for a few days now and I got it to boot and login on a root account.
Not a lot of things work. The touchscreen, sound, hardware buttons and 3d don't work (I'm guessing this since Unity doesn't work).
You don't imagine the pain that I had to suffer to get here without input of any kind.
Everything else seems to work fine, slow but fine (X, gnome, etc).
Things that I haven't tried yet are the webcam, the HDMI, the SD reader and the USB (which would help me a lot to get things working faster)
I'll update my post with pics and a link to download the image when it's done uploading.
For those who have been longer on the Archos community or have some experience I would ask you to give me some advice to get the touchscreen working.
Update :(12/03/2011)
Sroll down for a link and instructions on how to install it (The touchscreen works in this new image)
afaik touchscreen is connected by usb internally. check dmesg of android and figure out which driver you need and build/download/whatever it to ubuntu
Thanks! That's actually a great idea. I never thought about that
I did what you told me and it revealed that the screen is a Unitec USB Touch (Win7) with a 227d:0709 ID. I haven't found any information online except for this which isn't that informative either: lii-enac.fr/en/architecture/linux-input/multitouch-devices .html
is it not an option to re-build(and probably modify) the driver based on the gen8 source? looks to me that it is in the source package(gen8gpl-froyo/linux/drivers/input/touchscreen).
@veenstrac of course, as long as there is no ARM assembler code included it shouldn't be that hard to port it to an ubuntu kernel. except for the bit that ubuntu uses a newer kernel (2.6.3x) than archos (2.6.29). maybe some APIs need to be modified to get it compiled and working
I finally got the touchscreen working!
I didn't need to compile any drivers or anything. Just by changing the evdev configuration worked!
The problem now is that I can't "click" the mouse properly (when I do it it stays "pressed" forever) and also that X crashes after a while...
Alexroc94 said:
I finally got the touchscreen working!
I didn't need to compile any drivers or anything. Just by changing the evdev configuration worked!
The problem now is that I can't "click" the mouse properly (when I do it it stays "pressed" forever) and also that X crashes after a while...
Click to expand...
Click to collapse
What did you do to modify it and get it to work? I have the same touch screen and I've tried a number of things to the evdev config and none seem to make any difference.
this sounds cool anything i can do to help?
If anyone knows how the evdev can be modified to make this work, can they please share this with the rest of the world? I've tried to no avail. I would really like to be able to use UNR, but it's worthless without a touch screen on a touch screen only device.
I'm sorry I didn't respond to any of the later posts. I had a really terrible week full of exams ...
Anyway, I will be working on Ubuntu this weekend to see if I can solve the rest of the problems (wifi not working, sound not working, crashes ....). But for those who want to try I uploaded the image to Dropbox. Please give me some feedback: http://dl.dropbox.com/u/3122179/rootfs.img
Once you have downloaded it you have to install the SDL and replece the Angstrom img with this one. (It won't work if you have the Urukdroid intramfs).
So yeah. Good luck with that and thanks in advance to those who give me some feedback
Hey
I would like to help you out, just one question, are you using the netbook edition or is it the desktop one?
It's Ubuntu Netbook Edition but I make it boot to the "normal" desktop since Unity needs 3D to work.
The graphic card is another thing I am working on since it would be better to use Unity in these kind of devices.
Hello,
If you want to try Linux on Android (for me, A101), you can try old method (with chroot) on Android rooted device (for me, Chulri root method); it's very easy to boot Debian or Ubuntu while Android is running:
link 1 http://www.saurik.com/id/10
link 2 http://forum.xda-developers.com/showthread.php?t=899037
But for me, it's just for fun, not to work with this linux. But it works.
hum hum
Hello all,
may i resume or i am wrong if i say :
What super_sonic says allow to boot Ubuntu "inside" Android and get wifi, touchscreen and 3D working
What you propose with your rootfs.img is to get Ubuntu running really on the tab but unfortunatly with no wifi for the moment
I don't know if this can help but i was folllowing the same type of work here :
ttp://forum.archosfans.com/viewtopic.php?f=76&t=47869
Thanks guy for all the WORK you are doing
Yes, that sounds great! Will test it as soon as possible!
double post
Sorry for posting again, but i must precise i can not publish links here so the "http" and more is missed on each URL, those links might be helpful for you guys :
forum.archosfans.com/viewtopic.php?f=76&t=47869
.openaos.org/archives/152
be lucky
tazarus said:
Hello all,
may i resume or i am wrong if i say :
What super_sonic says allow to boot Ubuntu "inside" Android and get wifi, touchscreen and 3D working
What you propose with your rootfs.img is to get Ubuntu running really on the tab but unfortunatly with no wifi for the moment
I don't know if this can help but i was folllowing the same type of work here :
ttp://forum.archosfans.com/viewtopic.php?f=76&t=47869
Thanks guy for all the WORK you are doing
Click to expand...
Click to collapse
Thanks dude! I really appreciate when what I do is useful for someone!
And yeah the guy from the archosfans forum it's me
Dropbox has suspended my account for using too much bandwith. So if you want to try it I hope I will have a new version by Monday on another server.
one more
Thanks,
don't worry for your img, i get it just before they closed your DropBox
I found one more guy trying to put Debian on A101
3w.dev.katlea-studio.com/home.html?PHPSESSID=fik67vlp0mv9c59pg8cm5pt0c3
he says "About wifi: ability to connect and make a ping but the internet does not work. I try to solve this quickly."
good luck again
tazarus said:
I found one more guy trying to put Debian on A101
Click to expand...
Click to collapse
He succeeded actually.
cf. http://forum.xda-developers.com/showthread.php?t=1000081

[Q] Android for Blackstone - Complete and Working Packages for Download

Dear Android experts and users,
I'm aware this attempt has been made for a few times. Still I'd like to give it yet another try. The information published in this area is greatly useful and comprehensive. However one trying just to start working with Android on Blackstone device immediately finds himself or herself totally confused by the myriads of the links, options and suggestions.
Please upload and publish here your complete and proved working Android packages. Let other less experienced users to simply download and enjoy your polished and working solutions.
Many thanks in advance.
Poketix.
I aggree with poketix.. We must have a whole package and some good options of which is the most working package for android
Can I have a new car and house while your at it? seriously guys, it's not a shop here! have a bloody read and stop being so lazy!!!!
http://forum.xda-developers.com/showthread.php?t=951962
TP2 forum with complete Froyo 2.2.2 bundle.
http://forum.xda-developers.com/showthread.php?t=951817
TP2 forum with complete Gingerbread 2.3 bundle ALPHA STATE.
Just follow the instructions to use the correct startup.txt. You'll also need my ts-calibration, which I posted in one or two threads in this forum, don't use the ones in above threads.
And last, go to the kernel and rootfs autobuild sites to get latest ones (at this time, no difference between the ones in the threads and in the autobuild):
Kernel autobuild
Rootfs autobuild
Interesting reference site
XDAndroid wiki (somewhat outdated)
For blackstone users cam is definately working on FRX05..
but for Cherry Pie Build v3 not yet.. but one of these days it will!
cherry pie build is faster and more stable than FRX05 for blackstone.. could be different on other phones!
As I only use XDAndroid builds I only post about them. If you want to give directions to others, feel free.
Cam working on blackstone with a really fast and stable rom http://www.neopeek.com/viewtopic.php?f=14&t=6455
Dream on man, maybe in 2020 we will try to use Android on our phones
FRX136546457382892 should work, let's wait a little longer
teti77 said:
Dream on man, maybe in 2020 we will try to use Android on our phones
FRX136546457382892 should work, let's wait a little longer
Click to expand...
Click to collapse
With a few tweaks, fixes and workarounds it works pretty well.
I only use WinMo when i want to put something on the sd.
hrk7474 said:
.....
I only use WinMo when i want to put something on the sd.
Click to expand...
Click to collapse
I use dropbox for that.......
hrk7474 said:
With a few tweaks, fixes and workarounds it works pretty well.
I only use WinMo when i want to put something on the sd.
Click to expand...
Click to collapse
Not even then... I use ES file explorer and use wifi to access my computer files XD
Bad news though... I made the mistake of breaking a boot and my data.img got corrupted Been using WM until I can extract apps from old data and insert them in a new one (a little experiment).
Update about my little testing:
I gave up XD The problem is that I don't have a permanent linux installation anymore (a big mistake on my side), so it's difficult to work with ext2 images.
A USB live distro is good for little things, but not to create a stable testing environment
Luckily I had a recent backup with titanium.
Failed in GB, I tried the FRX05. But it has the same problem as GB:
1. dialer response is slow. Pressing a digit takes 4 seconds to be displayed.
2. Dial from xdandroid, connection ok but no voice from mic and speaker.
3. Dial to xdandroid, connection also ok, voice can be received but mic is dead.
Any idea why? How can I troubleshoot them?
FRX05_Full_Bundle_3.3.2011 is definitely working on my HTC Touch HD, including camera, wifi, BT and all. The only issues that remain and I noticed are 1. some minor stuttering of sound while playing music or video, 2. USB mass storage connection requires installation disk on my Vista 64 Ultimate and does not work therefore.
Any suggestions?
pohunek said:
FRX05_Full_Bundle_3.3.2011 is definitely working on my HTC Touch HD, including camera, wifi, BT and all. The only issues that remain and I noticed are 1. some minor stuttering of sound while playing music or video, 2. USB mass storage connection requires installation disk on my Vista 64 Ultimate and does not work therefore.
Any suggestions?
Click to expand...
Click to collapse
you can pair devices in Bluetooon when no sound appears when pairing headphone
That was not the issue I asked about. No problem with the headphones in this build either ...
pohunek said:
FRX05_Full_Bundle_3.3.2011 is definitely working on my HTC Touch HD, including camera, wifi, BT and all. The only issues that remain and I noticed are 1. some minor stuttering of sound while playing music or video, 2. USB mass storage connection requires installation disk on my Vista 64 Ultimate and does not work therefore.
Any suggestions?
Click to expand...
Click to collapse
USB mass storage is a known issue, but there are some tips and tricks mentioned in this thread earlier.
As for the audio, are you using g3rm0's 1277 kernel?
BTW guys, StineBD released a new system.ext2: FRX06
hrk7474 said:
USB mass storage is a known issue, but there are some tips and tricks mentioned in this thread earlier.
As for the audio, are you using g3rm0's 1277 kernel?
BTW guys, StineBD released a new system.ext2: FRX06
Click to expand...
Click to collapse
Gingerbread new test image is available as well: here
List of fixes from stinebd's blog:
Further tuned keyboard sizing to be useful on VGA (also made the key labels bigger)
World-phone settings support (very important for future RIL enhancements especially on CDMA)
Enabled HSPA icon (someone on GSM please let me know if it actually works)
frxo6 working fine but battery still not good :-(
tried Gingerbread new test image is available as well: here
loads fine but no market place installed? also Enabled HSPA icon did not work for me
FM Radio
Where is FM Radio application in FRX06_Full_Bundle_25.3.2011 android??
As well as no handsfree working..

HD2 NAND Slax? Is it possible?

Is it possible to develop a Slax NAND build for HD2?
Everything is possible, but someone needs to do it and this often depends on general or personal interest.. And as we see there isn't much interest even in Ubuntu.. Sadly..
I interested on this...
What's that? Linux? If yes, it should more easier to port it to the HD2...
WAIT! Where is the source code?
hopkinskong said:
I interested on this...
What's that? Linux? If yes, it should more easier to port it to the HD2...
WAIT! Where is the source code?
Click to expand...
Click to collapse
It's a tiny linux @ slax.org and
yehoo said:
It's a tiny linux @ slax.org and
Click to expand...
Click to collapse
and? and what?
hopkinskong said:
and? and what?
Click to expand...
Click to collapse
Oh God the suspense!!!
Looks like a 'normal' Linux distro..
We already have Ubuntu if you want KDE.
Well its small enough to be flashed to NAND.
yeah this would actually be interestingly enough to port its only 200 MBs not bad if only someone started getting interested into building it, does sound like quite a treat
I'd use it. Wish I could build. D:
I interested on this and i want to compile it, just can't find the source...
If i can find the source, i also don't know where to start... This is my first porting!
PS: Only SD Version lol, i don't like flashing HSPL on my phone
I don't know why people seem to think there is no interest in Ubuntu on the HD2 anymore, people have just switched to using the nand version of android so without the magldr version being released people can't use ubuntu on their phones, I personally have been waiting for the last few months for the magldr version to launch but it seems like the project is dead, some users have reported getting it working but no one seems willing to explain in detail how they did it, or upload a working version them selves. Back to the topic, I would love to have slax as well.
great idea
this Slax is actually the best idea i've seen so far, when it comes to linux distro's on our HD2. now i can see why ubuntu is popular for desktops and laptops, and it's nice that it comes with all that bloatware so you can just run it right out of the box. in fact i currently run linux mint on my laptop and desktop at home which is very similar to ubuntu. i enjoy it a lot.
however, when it comes to our phones we dont necessarily need all that extra stuff hogging space, processor etc. if we could get Slax going, then we could choose those programs we want through the repository and who doesn't like to customize?
above all, this would also increase performance, as we've all come to learn that when it comes to computing, less programs = better. if i was in charge of the whole operation, i would suspend all linux projects right now and focus all elements on the Slax project. get this running and then branch from it.
2 big selling points...
1. size, Ubuntu 3+ gigs - Slax 200MB
2. portability. Slax is designed to be a 'pocket operating system' as it says on it's home page.
hope this gets going +1 for bringing it to attention.
Slax - your pocket operating system
I have recently uploaded guides to running Ubuntu, Debian etc at good speed under Nandroid. Check the Ubuntu Dev Forum.
Great, a big bump first
Ok, i just tried, Slackware worked on HD2 via MAGLDR(I didn't get WM6.5, so i didn't test on HaRET)
I have boot into runlevel 3(multiuser mode, hardware btn work)
but when i switch to runlevel 4, i can't start my GDM/KDE,XDE, and i have searched halfday on the web i can't find any solution...
I tried GDM for i486, it returned:
Code:
gdm-binary:cannot execute binary file
And i can't find any GDM for ARM... Hmm Yes, i find a GDM for arm, but it is debian...
So any solution?
Things need to be do more research:
Make GUI back using GDM/KDE/XDE
touchscreen?
3G?
Wifi?
I can't continue if i can't solve the GDM problem!
btw, i know slackware would very fast it was only ~200 MB, it would be faster if i put this on NAND, but how?
have you tried grabing the source for the GDM from wither the backtrack or ubuntu repos? with the source alone, you should be able to compile it into SLAX (if the lack of a custom kernel will let you though, ive been having that problem frequently with the BT im working on.)
z3nful said:
have you tried grabing the source for the GDM from wither the backtrack or ubuntu repos? with the source alone, you should be able to compile it into SLAX (if the lack of a custom kernel will let you though, ive been having that problem frequently with the BT im working on.)
Click to expand...
Click to collapse
Will it be great just grab this?
http://git.gnome.org/browse/gdm/
Thanks
I was thinking the easyist way to get it is to boot up bt or Ubuntu, go to synaptic, and find the source in there. I thougt I saw it in bt, but I can't check, all my batteries are dead lol
Sent from my HD2 Pocket Laptop
z3nful said:
I was thinking the easyist way to get it is to boot up bt or Ubuntu, go to synaptic, and find the source in there. I thougt I saw it in bt, but I can't check, all my batteries are dead lol
Sent from my HD2 Pocket Laptop
Click to expand...
Click to collapse
I just clone the git, then i can't continue, i received this error:
Code:
[email protected]:~/Desktop/HD2Slackware/gdm/gdm$ ./autogen.sh
No such schema 'org.gnome.power-manager'
No such schema 'org.gnome.settings-daemon.plugins.media-keys'
**Error**: Script `./data/make-dconf-override-db.sh' failed
But i have installed Power Manager already
And because i can't find gdm-source/dev in the package manager, so i think the HD2 Ubuntu will have a same result...
So... What should i do?
Thanks
Update:
I just grabbed a tar.gz from their site and it already contains "configure" file, so i don't need to do autogen.sh
And now its the problem, how to cross compile that stuff?
make <-- No error, but where is the product?
make ARCH=arm CROSS_COMPILE=/path-of-toolchain <--- the result is same as running "make", i think it igroned my cross compile var lol
I felt sleepy, see your reply tomorrow... (Its 4:20 AM lol)
I got no idea, I've mainly just worked with debian/Ubuntu :/ I clouldnt find the right sources either
Sent from my HD2 Pocket Laptop

Categories

Resources