[Sep. 7, 2014][ROM][KK][4.4.4][720p] NexusHD2-KitKat-CM11.0 V4.7 [Kernel: tytung_jellybean_r2]

Android development for HTC HD2/Leo
Moderator: Forum Moderator

Re: [Jan. 1, 2014][ROM][KK][4.4.2] NexusHD2-KitKat-CM11.0 V4.2 [Kernel: tytung_jellybean_r2]

Postby downloader50 » Sat Jan 04, 2014 5:30 pm

I can confirm that calendar and weather notifications don't appear to be working on the lockscreen has anyone managed to get them to work?
downloader50
Junior Member
 
Posts: 32
Joined: Sat Jan 04, 2014 4:08 pm
Country: United Kingdom (uk)
Has thanked: 1 time
Been thanked: 20 times

Advertisement
 

Re: [Jan. 1, 2014][ROM][KK][4.4.2] NexusHD2-KitKat-CM11.0 V4.2 [Kernel: tytung_jellybean_r2]

Postby elfacki20 » Sat Jan 04, 2014 5:46 pm

hi,
how can i fix the sound issue ?
i mean most of the times is too loud for incoming calls or no sound at all, & the notification sound i barely hear,
no matter if i turn off the touch sound, it stays always on..

have an idea ?
Device: HTC HD2
HSPL: 2.08.HSPL
Radio: Leo RADIO 2.15.50.14
DataonExt Rom: NexusHD2-KitKat-CM11.0 V4.6 tytung!
SystemPartition: 400MB. (NAND with DataOnEXT)
SD Card: SanDisk 16GB Class10
elfacki20
Junior Member
 
Posts: 11
Joined: Fri Dec 27, 2013 12:27 pm
Country: Greece (gr)
Has thanked: 13 times
Been thanked: 1 time

Re: [Jan. 1, 2014][ROM][KK][4.4.2] NexusHD2-KitKat-CM11.0 V4.2 [Kernel: tytung_jellybean_r2]

Postby Olof » Sat Jan 04, 2014 6:37 pm

PoJD001 wrote:Ah, right.didn't try it myself in this ROM, I thought it is enabled by default. But probably not the case as you already pointed out. In that case either some swapper app or creating the file in /system/etc/init.d directly to switch on swap on startup.

I actually did that few days back, didn't want to risk to run out of RAM again. So in case someone would find this usefull...I also found out that the swapon does not support -a switch(not sure if an issue of this ROM only). So I avoided mounting the partition via fstab and directly used the block device below.

  1. Make sure you have a swap partition created on your sdcard. I also assume it is your 3rd partition there - if not, change 0p3 accordingly (to 0p2 should it be second partition, etc)
  2. Make sure you have debugging options enabled in your phone
  3. Connect your phone and launch command prompt
  4. adb shell
  5. echo "#!/system/bin/sh" >> /system/etc/init.d/05userinit
  6. echo "swapon /dev/block/mmcblk0p3" >> /system/etc/init.d/05userinit
  7. chmod 750 /system/etc/init.d/05userinit
  8. reboot

Now you should see swap being used - again by running free command and seeing non null value in total swap available.


I am not familiar with adb, but I tried your "on the fly" method that you mentioned earlier by using the Android terminal emulater. First a "su" to get root access, and then "swapon /dev/block/mmcblk0p3". This did indeed give me an active swap, as you promised, as I checked with "free". Thanks a lot.
Device: HTC HD2 (LEO512) T8585
Radio: 2.15.50.14
Nand: Original factory WM 6.5
Recovery: 4EXTRecovery
Bootloader: Original factory boot loader (I use haret to boot NativeSD android roms)
NativeSD: NexusHD2-KitKat v4.3, NexusHD2-JellyBean v 3.3, NexusHD2-ISC v 3.0b, etc.
SD card: SanDisk 32Gb class 10 UHS1 or Transcend 32Gb class 10 no UHS
SD partitions: 21Gb vfat, 8Gb ext4, 500Mb swap
Olof
Junior Member
 
Posts: 28
Joined: Sun Jun 30, 2013 6:59 am
Country: Finland (fi)
Has thanked: 15 times
Been thanked: 2 times

Re: [Jan. 1, 2014][ROM][KK][4.4.2] NexusHD2-KitKat-CM11.0 V4.2 [Kernel: tytung_jellybean_r2]

Postby PoJD001 » Sat Jan 04, 2014 7:52 pm

Right, happy to help. That won't enable it on next boot though, hope that's clear... If you want to avoid using adb, you can of course do the above in terminal emulator too (just start with point 5 there).
PoJD001
Junior Member
 
Posts: 15
Joined: Tue Oct 22, 2013 10:32 pm
Country: Czech Republic (cz)
Has thanked: 5 times
Been thanked: 11 times

Re: [Jan. 1, 2014][ROM][KK][4.4.2] NexusHD2-KitKat-CM11.0 V4.2 [Kernel: tytung_jellybean_r2]

Postby Olof » Sat Jan 04, 2014 9:26 pm

Out of curiosity I tried to check how much the extra data space the use of ART will mean. At the moment I have ICS, JB, and KK in NativeSD. Approximately 50-60 apps in all cases (more or less the same). The result was the following:

ICS: system 168 Mb, data 989 Mb, out of which app 760 Mb and dalvik-cache 226 Mb
JB: system 232 Mb, data 1,2B Gb, out of which app 788 Mb, app-lib 194 Mb, and dalvik-cache 240 Mb.
KK: system 259 Mb, data 1,4 Gb, out of which app 713 Mb, app-lib 145 Mb, and dalvik-cache 557 Mb.

Edit: (I got these figures by putting the sd card into a card reader, and mounting it in a Linux computer. In other words, none of these systems was running.)
Last edited by Olof on Sun Jan 05, 2014 5:19 pm, edited 1 time in total.
Device: HTC HD2 (LEO512) T8585
Radio: 2.15.50.14
Nand: Original factory WM 6.5
Recovery: 4EXTRecovery
Bootloader: Original factory boot loader (I use haret to boot NativeSD android roms)
NativeSD: NexusHD2-KitKat v4.3, NexusHD2-JellyBean v 3.3, NexusHD2-ISC v 3.0b, etc.
SD card: SanDisk 32Gb class 10 UHS1 or Transcend 32Gb class 10 no UHS
SD partitions: 21Gb vfat, 8Gb ext4, 500Mb swap
Olof
Junior Member
 
Posts: 28
Joined: Sun Jun 30, 2013 6:59 am
Country: Finland (fi)
Has thanked: 15 times
Been thanked: 2 times

Re: [Jan. 1, 2014][ROM][KK][4.4.2][720p] NexusHD2-KitKat-CM11.0 V4.2 [Kernel: tytung_jellybean_r2]

Postby tytung » Sun Jan 05, 2014 3:54 pm

Please provide logcat when LowSoundFixer crashes on incoming call.
Paste your logcat to GitHub Gist or any similar websites, and link it in your post if you need any help. (Don't forget to tell us your HD2 setup/configuration.)

Device: HTC HD2 (LEO512)
HSPL: 2.08.HSPL
Radio: Leo_RADIO_2.15.50.14
Bootloader: MAGLDR v1.13
Recovery: ClockworkMod Recovery 5.0.2.6

My work for Android on HD2:
Image
User avatar
tytung
Site Admin
 
Posts: 588
Joined: Sun Jun 09, 2013 2:12 pm
Country: Taiwan (tw)
Has thanked: 204 times
Been thanked: 1349 times

Re: [Jan. 1, 2014][ROM][KK][4.4.2] NexusHD2-KitKat-CM11.0 V4.2 [Kernel: tytung_jellybean_r2]

Postby tytung » Sun Jan 05, 2014 3:59 pm

jimjack wrote:Good morning,

the WiFi- hotspot dont't work for me.
It hangs on activating the hotspot.

EU512-HD2, german language

Regards,
jimjack


Please provide logcat.
The log range should begin from enabling WiFi hotspot to disabling it.

I don't have SIM card in my HD2, so you all should provide logcat if there're any SIM card related issues.
Paste your logcat to GitHub Gist or any similar websites, and link it in your post if you need any help. (Don't forget to tell us your HD2 setup/configuration.)

Device: HTC HD2 (LEO512)
HSPL: 2.08.HSPL
Radio: Leo_RADIO_2.15.50.14
Bootloader: MAGLDR v1.13
Recovery: ClockworkMod Recovery 5.0.2.6

My work for Android on HD2:
Image
User avatar
tytung
Site Admin
 
Posts: 588
Joined: Sun Jun 09, 2013 2:12 pm
Country: Taiwan (tw)
Has thanked: 204 times
Been thanked: 1349 times

Re: [Jan. 1, 2014][ROM][KK][4.4.2] NexusHD2-KitKat-CM11.0 V4.2 [Kernel: tytung_jellybean_r2]

Postby Olof » Sun Jan 05, 2014 4:12 pm

By mistake I erased the weather and clock widgets on the home screen, when I tried to move it to another screen. How can I get it back?

Edit: By playing around I found the answer: First a long push at an empty spot of the home page, and then choose "vidgets" which pops up at the bottom.
Last edited by Olof on Sun Jan 05, 2014 5:14 pm, edited 1 time in total.
Device: HTC HD2 (LEO512) T8585
Radio: 2.15.50.14
Nand: Original factory WM 6.5
Recovery: 4EXTRecovery
Bootloader: Original factory boot loader (I use haret to boot NativeSD android roms)
NativeSD: NexusHD2-KitKat v4.3, NexusHD2-JellyBean v 3.3, NexusHD2-ISC v 3.0b, etc.
SD card: SanDisk 32Gb class 10 UHS1 or Transcend 32Gb class 10 no UHS
SD partitions: 21Gb vfat, 8Gb ext4, 500Mb swap
Olof
Junior Member
 
Posts: 28
Joined: Sun Jun 30, 2013 6:59 am
Country: Finland (fi)
Has thanked: 15 times
Been thanked: 2 times

Re: [Jan. 1, 2014][ROM][KK][4.4.2][720p] NexusHD2-KitKat-CM11.0 V4.2 [Kernel: tytung_jellybean_r2]

Postby gpietron » Sun Jan 05, 2014 4:31 pm

Guys,
in Interface -> Quick launch shortcuts, is there only 1 shortcut (Search) available?
In v4.3 I somehow managed to have 3 shortcuts of my choice ...
Please advise.

EDIT: ok, found it, nothing changes - one can assign 2 more side shortcuts and then change the original one as well.
Last edited by gpietron on Sun Jan 05, 2014 7:55 pm, edited 1 time in total.
gpietron
Junior Member
 
Posts: 3
Joined: Sun Oct 27, 2013 11:26 pm
Has thanked: 0 time
Been thanked: 0 time

Re: [Jan. 1, 2014][ROM][KK][4.4.2][720p] NexusHD2-KitKat-CM11.0 V4.2 [Kernel: tytung_jellybean_r2]

Postby axman79 » Sun Jan 05, 2014 4:46 pm

Switching to ART took about 15 mins on my HD2 clk 1.5 - TWRP 2.5.0.5 - Nand with data on sd-ext, 310 mb system partition - 258 mb SWAP, 1 gb sd ext on my SanDisk UHS card.
I didnt noticed any improvement using ART. It seemed like the install process of any app is taking longer than using Dalvik (also, some app wouldnt install at all).
What happened twice for me is that after restarting the phone several times, it switches back to Dalvik automatically...don't know why and don't care too much because I preffer Dalvik for now.

What I want to say is that this is a good ROM and thank you Tytung for your work.

Sent from my HD2
axman79
Newly Registered Member
 
Posts: 1
Joined: Wed Dec 11, 2013 9:29 pm
Has thanked: 1 time
Been thanked: 2 times

PreviousNext

Return to HD2 Android Development

Who is online

Users browsing this forum: No registered users and 0 guests

cron