First boot means that i gotta wait untill it i will load the "Wizard Setup", or just reboot (after rom installation) and flash the gapps right after?
Last edited:
http://forum.xda-developers.com/showpost.php?p=50547301&postcount=2820First boot means that i gotta wait untill it i will get the "Wizard Setup" up, or just reboot and flash the gapps again?
I'm not completely sure about this, because - while AOSP KitKat always had the arrows disabled - the CM team had decided to keep them in CM11, so they had been working both for Wifi and 2G/3G until about 2 weeks ago.
Hi all,
I was on the verge of selling my Defy Plus as I find it so slow and laggy. Apps I tend to use: Waze / Amazon MP3 / Google Play Music / Browser - no games, but still it's a drag. Currently running Quark's CM7.x (Gingerbread).
Would I likely benefit from a better user experience with Kitkat? People seem to be happy but in my experience newer software of any sort is generally more bloated and slower than the previous version, hoping that people won't notice as new hardware will be out.
No gapps, running ART.Code:[email protected]:/ $ df /system Filesystem Size Used Free Blksize /system 325.1M 236.5M 88.7M 1024
>> ssh [email protected] /system/xbin/df -h /system
Filesystem Size Used Available Use% Mounted on
/dev/block/mmcblk1p21
325.1M 249.5M 75.6M 77% /system
The latest v6 super charger script which came out yesterday and ART really make my phone fly.
Sent from my MB526 using Tapatalk
[/COLOR] @okij
Bug #35 is fixed for me on 20140315. I drained my battery then plugged it in and the phone booted correctly to the charging screen by itself. I'm on a clean install.
Regarding bug 2f, ph speaker not playing ringtones/notifications after using Bluetooth: I had that but after a couple of reboots it seems to be fixed, I'm now on just over 70hours up time, ph audio works perfectly & I make many bt calls per day
Can anyone else confirm this?
One thing I did was a cache/dalvik wipe when I flashed the fix
I decided to update the list of known bugs for today's 03-15 nightly, because the overall feedback has been good both on xda and on the German android-hilfe forum.A big thanks to @Quarx! :good:
Thanks for reporting. I tried it myself and can confirm that power off charging is working again, so I marked bug #35 as fixed.On a side note: Before the charging screen appears, you first see the red Motorola logo and then the new safestrap menu. Just wait a few more seconds and it will boot further to the charging screen.
Thanks for reporting!
It would be great if someone who uses bluetooth (e.g. YapFas, @sevenrock and @AcnapyxoB who reported this bug) can confirm that bug #2f is fixed now, so I can also mark it as solved...
Is anyone else having problems getting a signal with the most recent build? I've been getting regular "Emergency Calls Only" messages, in locations (like my residence) where I had no problem connecting with this phone when it was running CM10.1 last week.
I'm on the AT&T network.
I have done the following to my new CM11.0 install,
1) gone to Settings-->Wireless & networks-->Mobile networks, and selected "search for available networks", selected "choose automatically". ATT was shown, I then selected and registered as ATT.
2) contacted ATT and was told that their frequencies where I live (rural Alaska) are the same as in many other places: 850 and 1900mhz.
3) went to Settings-->Advanced-->Baseband Selection, and chose a country that has these two bandwidths...currently using "Argentina, Personal 3.4.2-107-7" . It does seem odd to do this, however none of the (3) T-Mobile bandsets listed include both of the bandwidths ATT provides.
Is there something else that I'm not doing? TIA
Upgraded from 11.03 to 15.03. (Full download). Im running art and 15.03 seems much more fluid than 11.03.. Very cool!!
Sent from my MB526 using xda app-developers app
I use the ART runtime, maybe you should try this as well? I make the switch at install time (by editing build.prop) so Dalvik never runs.
I did use the build. Prop method and found that it was more stable. Unfortunately I ran out of space on /data so switched back to dalvik.
persist.sys.dalvik.vm.lib=libdvm.so
persist.sys.dalvik.vm.lib=libart.so
It would be great if someone who uses bluetooth (e.g. YapFas, sevenrock and AcnapyxoB who reported this bug) can confirm that bug #2f is fixed now, so I can also mark it as solved...
Hi all,
I was on the verge of selling my Defy Plus as I find it so slow and laggy. Apps I tend to use: Waze / Amazon MP3 / Google Play Music / Browser - no games, but still it's a drag. Currently running Quark's CM7.x (Gingerbread).
Would I likely benefit from a better user experience with Kitkat? People seem to be happy but in my experience newer software of any sort is generally more bloated and slower than the previous version, hoping that people won't notice as new hardware will be out.
@YetAnotherForumUser, @overclockthesun, or anyone else who knows how to do this: could you please explain what lines need to be added or changed in build.prop to make ART run at install time? I've already tried searching the XDA forums and Google, but I wasn't able to find clear instructions.
Someone on another forum indicated thatmust be changed toCode:persist.sys.dalvik.vm.lib=libdvm.so
Code:persist.sys.dalvik.vm.lib=libart.so
Is that the only thing I need to do, or must other lines be changed as well? Thanks in advance.
YetAnotherForumUser said:All you have to do is set/edit the following line in build.prop before booting the phone:
Code:persist.sys.dalvik.vm.lib=libart.so
Either edit build.prop from within an adb shell in TWRP or run a script to do the same. I use something like this after installing, from within an adb shell in TWRP:
My normal script changes more settings (dpi, low_ram, supplicant_scan_interval, etc).Code:#!/system/bin/sh sed -i -e 's/persist.sys.dalvik.vm.lib=libdvm.so/persist.sys.dalvik.vm.lib=libart.so/' /system/build.prop
Link v6 supercharger, please...:good:
Link v6 supercharger, please...:good:
Donate to Quarx
PayPal: [email protected]
AliPay ID [email protected]
New Dnate App in Google Play: https://play.google.com/store/apps/details?id=cyangendefy.donatedefycm11
---------------------------------------
Donate to Blechd0se
PayPal: [email protected]
[email protected]:/ # mount
rootfs / rootfs ro,noatime,nodiratime 0 0
tmpfs /dev tmpfs rw,nosuid,noatime,nodiratime,mode=755 0 0
devpts /dev/pts devpts rw,noatime,nodiratime,mode=600 0 0
proc /proc proc rw,noatime,nodiratime 0 0
sysfs /sys sysfs rw,noatime,nodiratime 0 0
none /acct cgroup rw,noatime,nodiratime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,noatime,nodiratime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,noatime,nodiratime,mode=755,gid=1000 0 0
tmpfs /mnt/fuse tmpfs rw,noatime,nodiratime,mode=775,gid=1000 0 0
none /dev/cpuctl cgroup rw,noatime,nodiratime,cpu 0 0
tmpfs /storage tmpfs rw,noatime,nodiratime,mode=050,gid=1028 0 0
/dev/block/mmcblk1p1 /bootstrap ext3 ro,noatime,nodiratime,errors=continue,barrier=1,data=writeback 0 0
/dev/block/mmcblk1p5 /system ext4 ro,noatime,nodiratime,barrier=1,data=ordered 0 0
/dev/block/mmcblk1p6 /cache ext4 rw,nosuid,nodev,noatime,nodiratime,barrier=1,data=ordered 0 0
/dev/block/mmcblk1p7 /data ext4 rw,nosuid,nodev,noatime,nodiratime,barrier=1,data=ordered,noauto_da_alloc 0 0
/dev/block/mmcblk1p8 /pds ext3 rw,noatime,nodiratime,barrier=1,data=writeback 0 0
ramfs /tmp ramfs rw,noatime,nodiratime,relatime 0 0
/dev/block/vold/179:1 /mnt/media_rw/sdcard0 vfat rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:1 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/fuse /storage/sdcard0 fuse rw,nosuid,nodev,noatime,nodiratime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
[email protected]:/ # df
Filesystem Size Used Free Blksize
/dev 239.5M 140.0K 239.4M 4096
/mnt/asec 239.5M 0.0K 239.5M 4096
/mnt/obb 239.5M 0.0K 239.5M 4096
/mnt/fuse 239.5M 0.0K 239.5M 4096
/storage 239.5M 0.0K 239.5M 4096
/bootstrap 49.2M 18.6M 30.6M 4096
/system 617.1M 286.3M 330.8M 4096
/cache 47.2M 4.3M 43.0M 4096
/data 1.0G 640.1M 433.8M 4096
/pds 3.9M 1.1M 2.8M 1024
/mnt/media_rw/sdcard0 1.8G 1.6G 205.1M 4096
/mnt/secure/asec 1.8G 1.6G 205.1M 4096
/storage/sdcard0 1.8G 1.6G 205.1M 4096
[email protected]:/ #
Thanks for problem list@Quarx: Thanks a lot for todays nightly, which is running very stable and smooth so far! :victory:
For your next nightly, could you probably look after bugs #3 and #5? Both should be easily fixable, because in my bug list I already pointed to the necessary patches, and some of us are really missing the torch tile - after all, this would bring a light to all of us in the wait for Christmas!![]()