DISCONTINUED - [ROM][Dev] [20.10.2011] Cyanogenmod 7.1.0 Android 2.3 / Gingerbread

Search This thread

DerArtem

Senior Member
Apr 13, 2010
210
610
Bad Homburg
Hello,

here is Cyanogenmod 7.1.0 for the Toshiba Folio 100:

Update 20.10.2011

DOWNLOAD:

http://www.multiupload.com/XL7CRD0V1A
MD5sum: 0e11590cae348e769e206c17c1477e89 update-cm-7.1.0-Folio-KANG-signed.zip

SOURCE CODE:

The git tree is here:

http://github.com/DerArtem/android_device_toshiba_folio100

Git tree from nopy:

http://github.com/nopy/android_device_toshiba_folio100

Kernel sources:

https://github.com/DerArtem/folio100-kernel-2.6.32-toshiba

Some other required files are in the attached zip.

There are still a lot issues that needs to be solved like

Things that are already working:

* Wifi
* Bluetooth
* External SD-Card
* 3D Graphics
* Sensors
* Internal flash

Things that do not work yet:
* some apps are crashing
* video recording is buggy

GOOGLE APPS:
Google Apps can be installed from here:

http://goo-inside.me/gapps/
(gapps-gb-20110828-signed.zip)

Important Info for Huawei 3G Support
* In order to be able to use a Huawei Dongle for 3G on the Folio 100 you must disable the internal flash memory and the virtual CD-ROM drive of the Huawei Dogle using a PC. Please search in the Internet for a HowTo.
* If the device is still not get detected you must disable the PIN of the SIM card.
* The APN may have to be entered in the mobile network setting window.

Updates:
20.10.2011
* Added support for 3G huawei dongles
* Some minor changes
* Updated to lastest CM version

04.05.2011
* New updates from upstream
* other eMMC mount options

01.05.2011
* Compiled the kernel with new sources from toshiba
* Included new libs rquired by the new kernel
* Temporary fix for usb mounting
* Hardware video acceleration
* Some bugfixes

Regards, Artem
 

Attachments

  • cyanogen.zip
    2.2 KB · Views: 5,550
Last edited:

nickwarn

Senior Member
Aug 4, 2010
2,736
580
Ronneby
Flashed it and it booted fine. Damn it felt nice to see the cyanogen logo on my folio. Lots of things that dont work but also alot of things that do work, theme chooser, widget buttons and much moore. But to repport some errors bluetoth dont work, it reports my sd card as broken and that it has to be formated. I dont know but i suspect it has to do with gingerbread being ext4 also very lagy in settings menu. I havent flashed any gapps i will wait for wifi then i will keep it and flash gapps. I dont have any building skills but i will try to help as much as possible with testing and repporting bugs and progress. Keep it up
 

metuskale

Senior Member
Aug 3, 2010
209
24
Soo nice

Just waiting for important (wifi, sdcard) bugs to be fixed, then i will install it for sure!!!
 

Murremannen

Member
Mar 11, 2010
39
2
Is there any work beeing done on this rom Cynogen works totaly sweet on both of my other android devices..
 

menollo

Member
Mar 3, 2009
16
15
Groningen
Can someone help me building a new nightly?

I've made a checkout of the git repository into the 'devices/nvidia/' directory, and updated the vendor files (as in first post).

I have collected all proprietary files.

I even compiled the build ('brunch betelgeuse')

And now..
I've added these files to an update.zip archive:
- boot.img (just compiled: out/target/product/betelgeuse/boot.img)
- system.img (just compiled: out/target/product/betelgeuse/system.img)
- META-INF (dir extracted from update.zip in first post)

I flashed the image, but the device hangs while booting before the CM7 boot animation should appear.

Are the latest nightlies not work on the folio? or am I doing something wrong?

UPDATE: i managed to boot my build... What is the problem with Wifi? I can insmod the driver, but no wlan0 :( (maybe the vendor/device id is defferent from the driver??)
 
Last edited:

DerArtem

Senior Member
Apr 13, 2010
210
610
Bad Homburg
Hi,

you are doing everything correct.

The system.img is not the system.img you need in the update.zip. The system.img generated by the android build contains a header or something like this and can not be flashed.

You need to generate the system.img manually out ouf the system folder:

I am doing it this way:

Code:
$ cd ~/bin/cyanogen
$ make_ext4fs -l 268435456 -a system ~/system.img out/target/product/betelgeuse/system
 
  • Like
Reactions: menollo

Top Liked Posts