Honeycomb on Archos gen8 [development thread] [early stage]

Search This thread

-NRG-

Senior Member
Sep 29, 2009
209
10
In the portal was a link to a guide, it stated the folowing:

1. Dump your current working boot.img
2. Unpack it
3. Uncompress boot.img-ramdisk.gz
4. ADD the dnsproxy line in init.rc for netd daemon service
Code:

service netd /system/bin/netd
socket netd stream 0660 root system
socket dnsproxyd stream 0660 root inet <----

5. Recompress edited ramdisk
6. Create your new boot.img]

I haven't tried myself, but when you tried did you set step 4?

it's just a guess not sure if it solves anything or coming past lockscreen..
 

luisivan

Member
May 3, 2010
23
7
Oviedo, Asturias, España
I have tried running the full SDK. The result is the same: no ADB, no touchscreen...
The first thing we'll need when Google release the Honeycomb source code will be a kernel.
Rumors say Honeycomb uses 2.6.35...
-NRG- I have tried it without luck :(

EDIT: Honeycomb uses 2.6.36 kernel
 
Last edited:

ExploreMN

Senior Member
Jun 23, 2007
1,574
463
Umm... so there is NO chance that Archos would supply a honyecomb upgrage?

Well, there is always a chance... Like there is a chance that you could find a discarded lottery ticket outside of a convenience store and have it be the multi-million dollar winning ticket. :D

However, I *think* Archos would produce and sell a new Honeycomb tablet before they would update the Gen8 lineup. (personal opinion...I could be wrong)
 

Infinity123

Senior Member
Feb 8, 2011
92
24
Tallinn
The android 3.0 Honeycomb is already ported to HTC G1 and Nexus one
G1 it has 192 MB RAM, 256 MB ROM only and 528 MHz ARM 11 processor, Adreno 130 GPU, Qualcomm MSM7201A chipset

Works (Nexus one)

3D acceleration (still a few glitches)
Charging led
Data
Flash led
Orientation sensors
SMS (sdk sms application wont show what you type as a message but still send and receive properly)
Trackball notifications

Not working :
Audio
Bluetooth
Calls
Wifi

G1 vesion

What works?
Honeycomb Keyboard
Data / app
Launcher2
Multi-touch
Full Honeycomb UI
Led
Key lights
Sms *update
3G/ data *update

What does not work yet?
Bluetooth
Wifi
Mms
Screen resolution
Some UI fails
Camera
Rotation

G1 video: http://www.youtube.com/watch?v=-RKEHfOwnSI
Port site : http://xdaforums.com/showthread.php?p=11724175#post11724175

Nexus one: video http://www.youtube.com/watch?v=r8P-K0mCzSA
Port site: http://xdaforums.com/showthread.php?t=961994

I think that those sites would help to port honeycomb to archos gen8 devices.:)
 

chrulri

Senior Member
Dec 7, 2010
895
275
it's not really "ported", it's just the emulator binaries. source code is still not release yet.
 
Feb 5, 2011
82
5
South Brunswick, NJ
I own an Archos 101 thats at Archos getting repaired. So i bought a nook color and loaded honeycomb. Deeper Blue is using the SDK to run a full blown rom. I will say it is functional enough to be a daily driver, some apps don't work (ie: angry birds), and one spot on the touch screen doesnt work.

My advice is get in touch with deeper blue here on xda.
 

luisivan

Member
May 3, 2010
23
7
Oviedo, Asturias, España
I talked with deeper-blue 3 weeks ago aprox. The problem that we have now is that the Archos 101 touchscreen is connected internally by USB, so isn't a normal display. The touchscreen acts as a mouse input. Any Android input expert near here?
 

mafcov

Member
Jan 24, 2011
19
2
anybody an idea about the release date of the honeycomb source. afaik it's not in the repo yet. I(and xoom is already released ? )
 

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    EDIT: This tutorial is outdated. We have a massive problem with the touchscreen

    Hi to all!
    I am the owner of an Archos 101 and I thought, why not port Honeycomb?
    So I've used the SDK images that Google published and I've booted Honeycomb on the Archos 101. But anything works
    Some screens http://twitter.com/licuende/statuses/36070541160878081
    As I said, anything works. The system blocks and you can't make anything. The biggest problem is that ADB isn't working neither, so I can't debug the problems. I have tried a lot of things in the init.rc without success.
    So I claim your help, Android veterans!

    Here the steps for having Honeycomb on the Archos 101 (would be the same for other gen8 devices):

    1. Install UrukDroid 0.6
    2. Download http://megaupload.com/?d=UBC0FFZ1 and place it on /tmp
    3. Booting into stock Android, mount SD and run these commands (replace /dev/sdc2 and /feb/sdc3 with the second and third partition of your SD card):
      • # cd /tmp
      • # mkdir sdcard
      • # mount /dev/sdc2 sdcard
      • # mkdir honeycomb
      • # cd honeycomb
      • # unzip ../honeycomb.zip
      • # cp -rf sdkramdisk/* ../sdcard
      • # cp -rf sdksystem/* ../sdcard/system
      • # umount ../sdcard
      • # cd ..
      • # mount /dec/sdc3 sdcard
      • # rm -rf sdcard/*/*
      • # umount sdcard
    4. Reboot and boot the Developer Edition
    5. Wait some time and... you'll get the unlock screen of Honeycomb!

    I am a novice in Android ROMs so help is welcomed.

    Thanks to deeper-blue (XDA) and @dm8tbr (OpenAOS) for helping me and $auron for UrukDroid


    EDIT: Google will not release Honeycomb source code until Ice Cream release at the end of the year. That isn't good :-(
    1
    Are you running stock kernel with it or one or custom? I watched some of the nook videos and it looks like they were just using some custom kernels but nothing specific.

    Sent from my ADR6300 using XDA App
    1
    I am running the stock UrukDroid kernel.
    I cannot shown more screens because the system crashes and I think the touchscreen is not working. But you can test it, simply see the instructions and you'll get a beautiful locked Honeycomb :p Only works the lockscreen clock and the shutdown dialog that don't require touchscreen.
    If we get ADB working all the porting will be easier.
    1
    read this: http://developer.android.com/sdk/installing.html
    but I can tell you, it's horrible slow, even on a brand new computer.

    edit: we should stop hijacking this thread. if you have further questions, post them here: http://xdaforums.com/showthread.php?t=965354