I used 11-7_GApps_Core_4.4_signed.zip from androidfilehost[dot]com/?fid=23212708291674813Which GApps have you used ?
Sent from my ...no need Tod know
I used 11-7_GApps_Core_4.4_signed.zip from androidfilehost[dot]com/?fid=23212708291674813Which GApps have you used ?
Sent from my ...no need Tod know
@Quarx -For CM10,10.1,10.2 < 07.11.13 users:
To install KitKat, need update recovery. Do not forget reboot, after install recovery.
http://defy.bytekiste.de/cm11-nightl...e-recovery.zip
Couldn't add a Google Account with 11-7_GApps_Core_4.4_signed.zip from androidfilehost[dot]com/?fid=23212708291674813
I clicked Accounts, then Google, then nothing happened, no new window, like I did not click on it.
Assuming you could enter the boot manager (by pressing 'volume down' when the blue led comes on during boot) you probably could have pushed a functioning recovery to the device through adb. One of the problems I've seen with recent recovery is the absence of a functional /etc/fstab, leading to failure when it tries to mount filesystems. If this is the case you can just mount them manually. Boot the phone into the boot manager and enable adb (tools -> adb). Unzip whatever flashable zip you intend to push to your device - I'll take update-recovery.zip as an example. Open a shell on the device. Mount the filesystems you intend to push files to. Push the files to the device. Modify the file attributes according to the edify script (META-INF/com/google/android/updater-script). Run sync. UCAUTION!
Was on Alpha build
downloaded update-recovery.zip
flash
>>> black screen
had to do sbf flash
I assume I don't flash the zip if already on alpha. Saw <0711 and didn't see only for CM10
(on host)
$ mkdir recovery
$ cd recovery
$ unzip /path/to/update-recovery.zip
$ adb devices -l
List of devices attached
0123456789ABCDEF device usb:1-3
DEADBEEFDEADBEEF device usb:1-2
The phone is attached to usb:1-2
$ adb -s usb:1-2 shell
# mount
...list of mounted filesystems appears, if the target filesystem (usually /system) is not mounted you'll have to mount it manually:
# mount /dev/block/mmcblk1p21 /system
(on host)
$ adb push system/bootmenu/2nd-boot/ramdisk-recovery /system/bootmenu/2nd-boot/
$ adb push system/bootmenu/2nd-boot/zImage /system/bootmenu/2nd-boot/
(on phone, through adb)
# ls -l /system/bootmenu/2nd-boot/
(the files you just pushed should be there, if not, rinse, repeat)
# chmod 644 /system/bootmenu/2nd-boot/*
# sync
# umount /system
# reboot
when the blue led comes on press volume down to enter the boot manager, from there start recovery
Works fine for me. You have to format ext4.it worked for me after that.Couldn't add a Google Account with 11-7_GApps_Core_4.4_signed.zip from androidfilehost[dot]com/?fid=23212708291674813
I clicked Accounts, then Google, then nothing happened, no new window, like I did not click on it.
Confirmed bugs what occured: No Wifi, No phone call (Hungary)
Features I miss: Volume rocker wake, Mute sound when changing Sound power
It's very cool considering it's not for daily use yet...!!!
[pid 2616] open("/system/lib/libbayercamera.so", O_RDONLY) = 21
[pid 2616] read(21, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0أ\0\0004\0\0\0<z\1\0\2\0\0\0054\0 \0\4\0(\0\23\0\22\0", 52) = 52
[pid 2616] mmap2(NULL, 4096, PROT_READ, MAP_PRIVATE, 21, 0) = 0x40b3e000
[pid 2616] madvise(0x40b3e000, 4096, 0xc /* MADV_??? */) = 0
[pid 2616] lseek(21, -8, SEEK_END) = 97588
[pid 2616] read(21, "\0\0\220<A2>PRE ", 8) = 8
[pid 2616] mmap2(0xa2900000, 98304, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xa2900000
[pid 2616] madvise(0xa2900000, 98304, 0xc /* MADV_??? */) = 0
[pid 2616] mmap2(NULL, 89408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 21, 0) = -1 EINVAL (Invalid argument)
[pid 2616] close(21) = 0
[pid 2616] munmap(0x40b3e000, 4096) = 0
[pid 2616] mprotect(0x40e64000, 4092, PROT_READ) = 0
[pid 2616] mprotect(0x40721000, 4092, PROT_READ) = 0
[pid 2616] mprotect(0x404b2000, 4092, PROT_READ) = 0
[pid 2616] mprotect(0x40145000, 4092, PROT_READ) = 0
[pid 2616] mprotect(0x4000f000, 4092, PROT_READ) = 0
[pid 2616] writev(9, [{"\6", 1}, {"JordanCameraWrapper\0", 20}, {"dlopen() error: dlopen failed: couldn't map \"libbayercamera.so\" segment 1: Invalid argument\n\0", 93}], 3) = 114
[pid 2616] mmap2(NULL, 89408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 21, 0) = -1 EINVAL (Invalid argument)
Format data into ext3, flash CM7 as usual.After installing this rom or 4.3, how can I go back to cm7 without having to flash with rsdlite!
Im really tired of doing this!
Thanks!
Sent from JAGs phone!
If you're tired of doing this then why did you install a distribution which was clearly marked as alpha-quality, not ready for daily use?After installing this rom or 4.3, how can I go back to cm7 without having to flash with rsdlite!
Im really tired of doing this!
Thanks!
Sent from JAGs phone!
error (6) Installation aborted.Hey guys, please test this gapps and let me know if it works fine. I cannot test it myself until WiFi works, unfortunately.
About Slimkat, I cannot compile it fully until the slim guys merge a few things into their repos. I could fork the repos and do it myself but if they are going to do it themselves later then there is no point really. Also I'd rather wait for Quarx to finish his work first and then do mine, since he seems to be very active on git right now![]()
Preview as in 'image on screen portraying subject camera is pointed at'? Not here, see my previous post for the reason. This was tested with the current repo, including the linked change. the camera app launches to a black preview.Fix for Bayer camera: https://github.com/Quarx2k/android_system_core/commit/7d82982f9e868a67fda6acf077b00cea0f8d1361
At least, we can get preview now![]()