Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Tiny64-4.2.9-CyanogenMod-4.1.2-grubemu-isohybrid-efi.iso | 2016-06-16 | 239.1 MB | |
Readme | 2016-04-07 | 1.9 kB | |
README_Live_CyanogenMod-4.1.2 | 2016-04-07 | 4.2 kB | |
liveUbuntufamilyIso2liveusb.tgz | 2015-09-19 | 745.4 kB | |
README_efi-platform_CyanogenMod-4.1.2 | 2015-08-03 | 2.1 kB | |
cyanogenmod-4.1.2.tcz | 2014-03-20 | 125.2 MB | |
Totals: 6 Items | 365.0 MB | 0 |
Run Live_CyanogenMod-4.1.2 on standard desktop_PC or Thinkpad Lenovo . burn_iso or dd CyanogenMod-4.1.2-Livehybrid.iso or cyanogenmod-4.1.2-Liveusb.img into a stick_usb. Boot it ! Tiny64-CyanogenMod-4.1.2-isohybrid-efi.iso needs SecureBoot disabled on efiPlatform It will appear 2 terminal : 1 android emulation terminal (which starts the CyanogenMod_droid emulation mode) 2 adb terminal which will allow exchange between Host_Tinycore and CyanogenMod_guest ,once connected about 1-2 min elapses during buildup (virtual data disk created during this phase ,then booting of CyanogenMod ) then appears ... the D.R.O.I.D ... play with him and have fun ! qemu-system-x86_64 -m 1000 [ -bios OVMF.fd ] [-cdrom ] Tiny64-CyanogenMod-4.1.2-isohybrid-efi.iso PS: Learning tools for remastering TinyCoreLinux http://sourceforge.net/projects/toysbox/files/XORRISO_for_Remastering_by_examples/ example: shell@android:/ $ ### WARNING: could not find /usr/share/zoneinfo/ directory. unable to determine host timezone shell@android:/ $ su shell@android:/#pm install /sdcard/Download/QuickPic_3_3_2.apk < pkg: /sdcard/Download/QuickPic_3_3_2.apk Success shell@android:/ # you can now try running QuickPic on the android and enjoy Pictures stored in /sdcard/Pictures ! ************************************************************** How to emulate simply android_CyanogenMod-4.1.2 on Ubuntu-12.04 ( in fact on any Linux distro ) As Ubuntu user ,just unpack in user_home_directory typing $HOME/$ sudo tar xzf CyanogenModOnUbuntu.tgz sudo chown -R $USER .android/emuAndroid ( tested OK with LiveCD_ubuntu-12.04 ) ************************************************************** Remarks. 1 Host is Tinycore-4.7.7 with all its capabilities as the original iso 2 Guest is CyanogenMod-full-eng-4.1.2 recently built emulated with Android emulator version 20.0 (build_id JZO54K-eng.wj.20140122.113145) 3 Android emulation terminal is android console (once android_booted inherits a console ! CTRL-C in this console kills the android ) 4 adb terminal is an adb_console started up by executing from Host_terminal : adb shell (CRTL-C kills the adb_shell and returns to Host_terminal ,but the droid remains live) 5 In both terminals ,all linux cmds are operating ;however cares be in order to distinguish droid_local_peculiarities ! DROID "ubuntu debian" pm list packages dpkg -l to list installed packages pm install /path_to/package.apk dpkg -i /path_to/package.deb to install package /dev/block/sda5 /dev/sda5 block devices 6 The AVD_config_directory is at /home/tc/.android/avd/CyanogenMod-4.1.2.avd/ containing besides config_files sdcard.img and userdata-qemu.img where most user_playing_fun_things are stored. Modify config_files to change disk sizes. Virtual disk userdata-qemu.img is in yaffs2 filesystem,so a bit painful to handle under ubuntu/debian. Virtual disk sdcard.img is Fat_fs ;Put there the apk to play and install thru pm install if you don't want to google_download thru the net ! Networking is thru qemu_slirp droid_ip 10.0.2.15 via host_tap 10.0.2.2 as usual. 7 The Droid system-images are mount thru tc extension a la Tinycore at rootfs: /cyanogendmod .This reduces the size of the iso_image. 8 Packages allowing build this live iso are available here for interested hackers.