|
|
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
|
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! |
03/20/2011, 08:13 AM
|
#42 (permalink) |
|
Member
![]() Join Date: Sep 2010
Posts: 628
Likes Received: 28
Thanks: 96
Thanked 95 Times in 69 Posts
|
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 |
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
|
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 |
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
|
@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). |
03/20/2011, 10:24 AM
|
#45 (permalink) |
|
Member
![]() Join Date: Dec 2010
Posts: 219
Likes Received: 3
Thanks: 27
Thanked 107 Times in 42 Posts
|
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 |
03/20/2011, 10:41 AM
|
#46 (permalink) |
|
Member
![]() Join Date: Dec 2010
Posts: 219
Likes Received: 3
Thanks: 27
Thanked 107 Times in 42 Posts
|
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
|
03/20/2011, 01:37 PM
|
#48 (permalink) |
|
Member
![]() Join Date: Dec 2010
Posts: 219
Likes Received: 3
Thanks: 27
Thanked 107 Times in 42 Posts
|
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 Code:
# setup boot parameters novaterm 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:" Code:
# boot kernel into Pre memory novacom boot mem:// < uImage.usbnet 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 |
03/20/2011, 03:05 PM
|
#50 (permalink) | |
|
Tazmorator (Chief Mod)
![]() ![]() 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
|
Quote:
I've always like that when members update post #1 so it's easier to find. Thanks, Berd
__________________
![]() Just call me Berd.
|
|
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
|
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 |
03/21/2011, 07:03 AM
|
#53 (permalink) |
|
Member
![]() Join Date: Dec 2010
Posts: 219
Likes Received: 3
Thanks: 27
Thanked 107 Times in 42 Posts
|
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. |
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
|
Quote:
@greg_roll: Did you run "sudo ifconfig usb0 192.168.0.200" when booting Android? Just try it a few more times
|
|
03/21/2011, 10:14 AM
|
#56 (permalink) |
|
Member
![]() Join Date: Dec 2010
Posts: 219
Likes Received: 3
Thanks: 27
Thanked 107 Times in 42 Posts
|
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.
|
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
|
Did you install the 2.1 SDK?
__________________
Grav - Canvas-based Gravity Simulation |
03/21/2011, 03:54 PM
|
#59 (permalink) |
|
Member
![]() Join Date: Dec 2010
Posts: 219
Likes Received: 3
Thanks: 27
Thanked 107 Times in 42 Posts
|
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. |
![]() |
|
| Tags |
| android pre |
| Thread Tools | |
| Display Modes | |
|
|



