GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > iPhone ,iPod & iPad (Apple Inc. Products) > iPhone 2 / iPhone 3G / iPhone 3GS


Reply
 
LinkBack Thread Tools Display Modes
Old 04-22-2010, 06:38   #1 (permalink)
No Life Poster
 
fred's Avatar
 
Join Date: May 2002
Location: dont ask!
Posts: 694
Member: 12411
Status: Offline
Sonork: 100.113572
Thanks Meter: 813
Thumbs up adriod software running on iphone hardware


http://www.youtube.com/watch?v=5yO2KQHkt4A

hope this works on 313


hmmmmm

br
freddy
gsmph.com
  Reply With Quote
The Following 3 Users Say Thank You to fred For This Useful Post:
Show/Hide list of the thanked
Old 04-22-2010, 19:43   #2 (permalink)
Freak Poster
 
cpr.orlando's Avatar
 
Join Date: Aug 2008
Location: cpr-orlando.com
Posts: 369
Member: 843747
Status: Offline
Thanks Meter: 40
use the search..... already posted

Quote:
Originally Posted by fred View Post
http://www.youtube.com/watch?v=5yO2KQHkt4A

hope this works on 313


hmmmmm

br
freddy
gsmph.com
  Reply With Quote
Old 04-22-2010, 20:12   #3 (permalink)
Freak Poster
 
Join Date: Nov 2006
Posts: 155
Member: 382590
Status: Offline
Thanks Meter: 41
How did you do that?
  Reply With Quote
Old 04-22-2010, 20:25   #4 (permalink)
No Life Poster
 
khem's Avatar
 
Join Date: Apr 2006
Location: Fast-Code™ MBKPHONE Ltd
Age: 38
Posts: 1,889
Member: 269035
Status: Offline
Sonork: 1,618,0786
Thanks Meter: 301
wwwwwwwwwooooooow will try that
  Reply With Quote
Old 04-22-2010, 20:39   #5 (permalink)
No Life Poster
 
Join Date: May 2005
Location: Bulgaria
Age: 49
Posts: 1,801
Member: 142632
Status: Offline
Sonork: 100.1589012
Thanks Meter: 459
Please post link with instruction how to make !!
  Reply With Quote
Old 04-22-2010, 21:38   #6 (permalink)
Insane Poster
 
Join Date: Jul 2004
Age: 54
Posts: 74
Member: 71578
Status: Offline
Thanks Meter: 5
http://rapidshare.com/files/37894968...ase-0.1.tar.bz


iDroid: Android on your first-generation iPhone
===============================================

These instructions describe how to build an Android system for iPhone 2G from
sources. These instructions are currently just notes and are being gradually
worked into a more readable form. Please submit questions and suggestions for
clarification to #iphonelinux on irc.osx86.hu.

The essential pieces for booting Android are:

1. Linux kernel
2. Wi-Fi and touchscreen firmware
3. Boot initrd
4. Android ramdisk.img
5. Android system.img
6. Android userdata.img
7. Android cache.img
8. openiboot

Instructions for pre-built images
---------------------------------

If you have a prebuilt android.img.gz, ramdisk.img, system.img, userdata.img
and cache.img, you still need to follow the directions in the "Firmware"
section and add all the firmware files to

/lib/firmware in android.img.gz (it's a compressed ext2 image)

/etc/firmware in system.img (it's an uncompressed ext2 image)

After this, you can skip down to "Installation".

Linux kernel
------------

1. Check out commit e27f17b5318851395a66cbaf1524ea89ff8f0cb9 of the
android-2.6.32 branch of git://android.git.kernel.org/kernel/common

2. Apply the patches from android/kernel

3. Fix the Makefile for your system (you may need to use Google's repo to
check out your own copy of the Android toolchain).

4. Use something based on android/kernel/.config as your .config

5. Build

Firmware
--------

These can't be redistributed due to copyright laws. The multitouch firmware
will need to be extracted from your ioreg tree. Install iokittools from Cydia
and perform ioreg -l -w 0 and pipe the result to some file. Read this file and
look for entries under AppleMultitouchSPI for Firmware and A-Speed Firmware.
These contain a simple hexadecimal encoding for the bytes of the firmware
files. Convert and keep "Firmware" as zephyr_main.bin and "A-Speed Firmware"
as zephyr_aspeed.bin.

The firmware for the wi-fi can be found on Marvell's site at
Marvell: Support Under "Choose a platform", select "Linux
2.6 - Fedora" and click the Search button under the drop down box. The
SD-8686-* zip archive will contain the files. Rename helper_sd.bin to
sd8686_helper.bin and keep that and sd8686.bin.

So, you have zephyr_main.bin, zephyr_aspeed.bin, sd8686_helper.bin, and
sd8686.bin.

It's also possible to cut a more recent version of the Marvell firmware from
the iPhone kernel. Can someone create a firmware cutter utility for this
stuff?

Boot initrd
-----------

The Android initrd was created under a Debian installation of iPhone Linux
(which is not currently available) using the create-initrd-android.sh script.
However, if you read it, you can figure out generally how it's done.

YOU WILL NEED TO COPY ALL THE FIRMWARE *.bins TO /lib/firmware on this
ramdisk!

You end up with android.img.gz

Android images
--------------

First, checkout 1.6 (Donut) using Google's repo tool. Copy vendor/apple to
vendor/apple in their tree. Rename data/sounds/AudioPackage2.mk to
data/sounds/Android.mk (if you want the built-in sounds).

Copy all the firmware *.bins to vendor/apple/firmware as well.

Then, apply android/android.patch provided. Then, do the following to create a
"generic" image:

. build/envsetup.sh
choosecombo
[Select device, debug, generic, engineering]
export TARGET_USERIMAGES_USE_EXT2=true
make -j4 PRODUCT-generic-eng

Now wait forever for Android to build. You'll get ramdisk.img and system.img
in out/debug/target/product/generic/. Ignore the other .img files, we won't be
using them.

Android ramdisk.img
-------------------

Create a blank 1 MB file and make a ext2 filesystem on it. Mount it as a
loopback device. Rename the ramdisk.img from Android to ramdisk.img.gz. Use
gunzip on ramdisk.img.gz. Use cpio -i -F ramdisk.img as root with the current
directory in the new ext2 filesystem to extract the ramdisk files onto the
ramdisk.

Apply android/init.rc.patch to init.rc

Make a directory called /cache

Unmount and you have your ramdisk.img

Android system.img
------------------

You can just use the system.img Android compiled.

Android userdata.img
--------------------

You can start with a perfectly empty userdata.img (as long as its properly
formatted). However, without the Dalvik caches, the boot will hang the first
couple of times until those can be generated. This is some strange timeout
issue.

After the initial boot, you have to do

INSERT INTO secure (name, value) VALUES ('device_provisioned', 1);

Using sqlite3 in the database

/data/data/com.android.providers.settings/databases/settings.db

If the device is not "provisioned", it will automatically reject all incoming
calls. Very stupid.

Can someone please show me how this can be made less aggravating?

Android cache.img
-----------------

This can just be an empty 50 MB ext2 filesystem.

openiboot
---------

See the instructions in the openiboot folder in the iphonelinux repo.

Installation
------------

0. Jailbreak your iPhone.

1. Under the jailbroken environment, put ramdisk.img, system.img, ramdisk.img,
userdata.img, cache.img, android.img.gz, and zImage in /private/var.

2. Follow the instructions for installing openiboot.
- Essentially:
1. sudo ./loadibec openiboot.img3
2. Use Hold button to select Console
3. Push Home button
4. sudo ./oibc
5. Type install
- loadibec and oibc are compiled for x86 Linux.
- Need libusb, pthreads, readline.

Running
-------

In the openiboot bootloader, it should be enough to select Console with Hold
and hold the Home button for more than two seconds to trigger the boot of
Android.
  Reply With Quote
The Following User Says Thank You to mesut69 For This Useful Post:
Old 04-22-2010, 21:42   #7 (permalink)
No Life Poster
 
Burnt Cobba's Avatar
 
Join Date: Apr 2002
Location: The Green Mile
Posts: 3,653
Member: 11325
Status: Offline
Thanks Meter: 266
lol. IF this is not a fake .... Wish to see the face of Jobs and Schmidt!!! So now HTC is practically becoming useless
  Reply With Quote
Old 04-23-2010, 20:27   #8 (permalink)
No Life Poster
 
kamiran's Avatar
 
Join Date: Jan 2006
Location: could'nt found yet
Posts: 717
Member: 223973
Status: Offline
Thanks Meter: 155
Quote:
Originally Posted by Burnt Cobba View Post
lol. IF this is not a fake .... Wish to see the face of Jobs and Schmidt!!! So now HTC is practically becoming useless
its not fake m using it rite now on iphone 2g but it still need sum improvements....cam not working saying sd card not found.....music not working for the same reason....and its debug ver of android..not the orignal one hope these improvments done pretty soon and it ll be fun to run android on iphones........


BR

K@mi
  Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
New Nokia Software!!!!!!! Jefferson Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 52 12-30-2016 08:17
Need software upgrade for Nokia 5110 ptkrf Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 30 02-24-2016 10:21
6110 power does not stay on sc~micro Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 6 08-30-2014 08:14
need software for 5161 by cable mln2000 Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 6 08-29-2010 20:17

 



All times are GMT +1. The time now is 19:04.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.19502 seconds with 9 queries

SEO by vBSEO