webOS Nation Forums >  Older Palm Devices and Other Platforms >  Other handhelds > Android on Pre
Android on Pre

  Reply
Like Tree13Likes

 
LinkBack Thread Tools Display Modes
Old 03/20/2011, 07:44 AM   #41 (permalink)
Homebrew Developer
 
Join Date: May 2010
Location: Germany
Posts: 519
Likes Received: 22
Thanks: 44
Thanked 130 Times in 76 Posts
Default

The new version seems much more unstable.
It crashed now every time after a a few minutes (and I don't mean the fall-asleep-to-death bug). When crashed, not even telnet worked.
If somebody has the first (older) version, keep it and don't delete it like me!
pcworld is offline   Reply With Quote
Old 03/20/2011, 08:13 AM   #42 (permalink)
Member
 
innocentbystander's Avatar
 
Join Date: Sep 2010
Posts: 628
Likes Received: 28
Thanks: 96
Thanked 95 Times in 69 Posts
Default

anyone know how well this works on a pre +/2?
and does the phone firmware itself work?
if the current version is so buggy I will wait until it is updated again, but that seems to happen pretty often
innocentbystander is offline   Reply With Quote
Old 03/20/2011, 09:01 AM   #43 (permalink)
Member
 
Join Date: Oct 2010
Posts: 159
Likes Received: 0
Thanks: 1
Thanked 11 Times in 10 Posts
Default

why is this thread relevant to other handhelds?
wouldn't this suit the pre sub forum better?

what version of android is this? i still cant see an answer.....
are there plans to dual boot this in the works?
__________________
O2 UK Pre Plus, Official (German) ROW webOS 2.1
7 fissurez is offline   Reply With Quote
Old 03/20/2011, 09:13 AM   #44 (permalink)
Homebrew Developer
 
Join Date: May 2010
Location: Germany
Posts: 519
Likes Received: 22
Thanks: 44
Thanked 130 Times in 76 Posts
Default

@innocentbystander:
I don't think the phone firmware works currently. On the current version it crashed always after about 30-90 seconds. The first version was more stable, but I don't have that one anymore.

@7 fissurez:
Yes, this thread should be in the Pre sub forum.
I don't know which version of Android it is. And I can't check at the current build because it crashes all 30-90 seconds...
On the todo-list of the Google code page there is dual boot listed (see also first post).
pcworld is offline   Reply With Quote
Old 03/20/2011, 10:24 AM   #45 (permalink)
Member
 
k3dar's Avatar
 
Join Date: Dec 2010
Posts: 219
Likes Received: 3
Thanks: 27
Thanked 107 Times in 42 Posts
Default

pcworld: new version is stable like previous for me, but wifi work after 3 reboot. Also i set LCD off after 30m. This post i type from Android on Pre over Wifi

version of Android is AOSP Openmaster 20110301
k3dar is offline   Reply With Quote
Old 03/20/2011, 10:41 AM   #46 (permalink)
Member
 
k3dar's Avatar
 
Join Date: Dec 2010
Posts: 219
Likes Received: 3
Thanks: 27
Thanked 107 Times in 42 Posts
Default

pcworld: you run ./pre-run.sh inside unpacked mix directory ?

7 fissurez: only for Pre. Thread has moved here by mod, i created it under "webOS devel/Pre"

innocentbystander: phone not working

about dualboot: sure will be possible
k3dar is offline   Reply With Quote
Old 03/20/2011, 11:28 AM   #47 (permalink)
Member
 
innocentbystander's Avatar
 
Join Date: Sep 2010
Posts: 628
Likes Received: 28
Thanks: 96
Thanked 95 Times in 69 Posts
Default

I have an Ubuntu live CD; I'm ready to try this out. =]
innocentbystander is offline   Reply With Quote
Old 03/20/2011, 01:37 PM   #48 (permalink)
Member
 
k3dar's Avatar
 
Join Date: Dec 2010
Posts: 219
Likes Received: 3
Thanks: 27
Thanked 107 Times in 42 Posts
Default

I try make simple commented copy&paste howto....
path /home/ubuntu/mix is for Ubuntu Live, replace to your own loginname/directory if you not runing LiveCD

Prepare
in Terminal on desktop:

Code:
# download kernel and rootfs
wget http://android-on-pre.googlecode.com/files/uImage.usbnet
wget http://android-on-pre.googlecode.com/files/mix.tar.00
wget http://android-on-pre.googlecode.com/files/mix.tar.01

# join and unpack rootfs
cat mix.tar.00 mix.tar.01 > mix.tar
tar xvf mix.tar

# create data image for saving
cd mix
./pre-run.sh
cd ..
Code:
# install NFS server
sudo apt-get install nfs-kernel-server

# configure NFS server
sudo bash
echo "/home/ubuntu/mix/ *(rw,insecure,no_subtree_check,sync,no_root_squash)" >> /etc/exports
/etc/init.d/nfs-kernel-server restart
exit

# configure usb network
sudo bash
echo -e "auto usb0\n\niface usb0 inet static\naddress 192.168.0.200\nnetmask 255.255.255.0\n" >>/etc/network/interfaces
exit

Run
in Terminal on desktop

Enable Developer Mode, or skip next code and:
RemoveBattery/HoldVolUP/PlugUSB/PlaceBatteryBack/UnHoldVolUp.
Code:
# restart to recovery mode
novaterm
tellbootie recover
...wait for show big USB logo on Pre...
Code:
# setup boot parameters
novaterm
... press ENTER...
Code:
setenv bootargs "root=/dev/nfs init=/init nfsroot=192.168.0.200:/home/ubuntu/mix/,v3 ip=192.168.0.202:192.168.0.200:192.168.0.200:255.255.255.0::usb0:"
Run another terminal
Code:
# boot kernel into Pre memory
novacom boot mem:// < uImage.usbnet
And now wait some time...

For remote access to Palm:
Code:
telnet 192.168.0.202

Last edited by k3dar; 03/21/2011 at 04:06 PM. Reason: add missed enable deveveloper mode
k3dar is offline   Reply With Quote
Old 03/20/2011, 03:00 PM   #49 (permalink)
Member
 
k3dar's Avatar
 
Join Date: Dec 2010
Posts: 219
Likes Received: 3
Thanks: 27
Thanked 107 Times in 42 Posts
Default

i rewrite post #1 to be more usable, add some FAQ based on your posts and add info about button mapping
k3dar is offline   Reply With Quote
Old 03/20/2011, 03:05 PM   #50 (permalink)
Tazmorator (Chief Mod)
 
berdinkerdickle's Avatar
 
Join Date: Dec 2005
Location: P|C when the light below is green. Otherwise; I could be just about anywhere.
Posts: 10,721
Likes Received: 223
Thanks: 3,116
Thanked 2,773 Times in 1,851 Posts
Default

Quote:
Originally Posted by k3dar View Post
i rewrite post #1 to be more usable, add some FAQ based on your posts and add info about button mapping
You know?
I've always like that when members update post #1 so it's easier to find.

Thanks,
Berd
__________________

Just call me Berd.
berdinkerdickle is offline   Reply With Quote
Thanked By: k3dar
Old 03/21/2011, 04:47 AM   #51 (permalink)
Member
 
Join Date: Jun 2009
Posts: 614
Likes Received: 17
Thanks: 66
Thanked 745 Times in 165 Posts
Default

Hi,

Great work on the port of android

I have tried this on my Palm Pre- (German GSM QWERTZ) version and get the following error during boot...

cy8mrln: scan timed out

I believe this is the touchscreen controller.

Any thoughts?

Thanks,
Greg
greg_roll is offline   Reply With Quote
Old 03/21/2011, 06:02 AM   #52 (permalink)
Member
 
innocentbystander's Avatar
 
Join Date: Sep 2010
Posts: 628
Likes Received: 28
Thanks: 96
Thanked 95 Times in 69 Posts
Default

I'd like to report that this won't work on a device running 2.1 until the Ubuntu Novacom drivers are updated.
innocentbystander is offline   Reply With Quote
Old 03/21/2011, 07:03 AM   #53 (permalink)
Member
 
k3dar's Avatar
 
Join Date: Dec 2010
Posts: 219
Likes Received: 3
Thanks: 27
Thanked 107 Times in 42 Posts
Default

greg_roll: I have too Palm Pre- German GSM QWERTZ
cy8mrln: scan timed out is show sometime for me too, but booted ok.
what howto you use for setup ? sure you have Your right nfs directory in /etc/exports and setenv bootarg ?

innocentbystander: strange, i'm not update novacom and have installed 1.0.56 from SDK 1.x. Tested on Ubuntu 10.04 and 10.10.
k3dar is offline   Reply With Quote
Thanked By: greg_roll
Old 03/21/2011, 07:04 AM   #54 (permalink)
Member
 
k3dar's Avatar
 
Join Date: Dec 2010
Posts: 219
Likes Received: 3
Thanks: 27
Thanked 107 Times in 42 Posts
Default

duplicate post
k3dar is offline   Reply With Quote
Old 03/21/2011, 09:01 AM   #55 (permalink)
Homebrew Developer
 
Join Date: May 2010
Location: Germany
Posts: 519
Likes Received: 22
Thanks: 44
Thanked 130 Times in 76 Posts
Default

Quote:
Originally Posted by innocentbystander View Post
I'd like to report that this won't work on a device running 2.1 until the Ubuntu Novacom drivers are updated.
No, works fine with a Palm Pre (minus) with webOS 2.1.0. webOS version isn't important for recovery mode.
@greg_roll:
Did you run "sudo ifconfig usb0 192.168.0.200" when booting Android?
Just try it a few more times
pcworld is offline   Reply With Quote
Old 03/21/2011, 10:14 AM   #56 (permalink)
Member
 
k3dar's Avatar
 
Join Date: Dec 2010
Posts: 219
Likes Received: 3
Thanks: 27
Thanked 107 Times in 42 Posts
Default

pcworld: manualy "sudo ifconfig usb0 192.168.0.200" is not need if usb0 is set permanently in /etc/network/interfaces. In me howto on post #48 is this done automaticaly with lines under # configure usb network or manual way is descripted at project Wiki TryAndroidNow.
k3dar is offline   Reply With Quote
Old 03/21/2011, 02:38 PM   #57 (permalink)
Member
 
Join Date: Sep 2010
Posts: 1,835
Likes Received: 89
Thanks: 55
Thanked 323 Times in 228 Posts
Default

Quote:
Originally Posted by innocentbystander View Post
I'd like to report that this won't work on a device running 2.1 until the Ubuntu Novacom drivers are updated.
Did you install the 2.1 SDK?
__________________
Grav - Canvas-based Gravity Simulation
rsanchez1 is offline   Reply With Quote
Old 03/21/2011, 02:47 PM   #58 (permalink)
Member
 
innocentbystander's Avatar
 
Join Date: Sep 2010
Posts: 628
Likes Received: 28
Thanks: 96
Thanked 95 Times in 69 Posts
Default

no, just Java and Novacom. I need the entire SDK? Or do I just need to be able to get into recovery mode?
innocentbystander is offline   Reply With Quote
Thanked By: k3dar
Old 03/21/2011, 03:54 PM   #59 (permalink)
Member
 
k3dar's Avatar
 
Join Date: Dec 2010
Posts: 219
Likes Received: 3
Thanks: 27
Thanked 107 Times in 42 Posts
Default

SDK not needed, only novacom

edit:
i added to post #48 missed info about enabling developer mode before restart to recovery mode using novaterm

Last edited by k3dar; 03/21/2011 at 04:09 PM.
k3dar is offline   Reply With Quote
Thanked By: innocentbystander
Old 03/21/2011, 04:09 PM   #60 (permalink)
Member
 
innocentbystander's Avatar
 
Join Date: Sep 2010
Posts: 628
Likes Received: 28
Thanks: 96
Thanked 95 Times in 69 Posts
Default

I will try again later tonight. i have to go back and thank all your posts now
innocentbystander is offline   Reply With Quote
Reply

 

Tags
android pre

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0