Jump to content

[ROM][4.1.1][B209] AOSP MOD [28/02/2015]


Guest H3ROS

Recommended Posts

Weird. With Google Search installed and that setting enabled it works here.

You need to be on the home screen for it to work.

Edited by H3ROS
Link to comment
Share on other sites

Guest killadroid

nova ain't the problem.even when I open google search it doesn't show "OK google" on the search bar maybe it's coz I extracted it from latest pa gapps.can u give me a link to the gsearch u using?

Link to comment
Share on other sites

Guest FrankAxtell

Ok, but synopsis doesn't have any bugs with this rom? It works like the stock kernel?

I want to work skype calls

Edited by FrankAxtell
Link to comment
Share on other sites

Ok, but synopsis doesn't have any bugs with this rom? It works like the stock kernel?

I want to work skype calls

Huawei hasn't released the updated kernel source containing a fix for bluetooth stereo headsets, so if you connect a bluetooth stereo headset while using a custom kernel then calls aren't routed to the headset like they should be. If you don't use a headset though then you can use any of the custom kernels and you shouldn't notice any issues. I just have to supply the ROM with the stock kernel so that every single feature works as it should for everyone.

Link to comment
Share on other sites

I flashed synopsis and the swap file, but swap still not work, help, please, thanks

You should just need an init.d file with the correct permissions to get it working.

zRAM is easy: https://github.com/moddingg33k/android_kernel_huawai_Y300-J1/wiki/README.zram

SWAP would be around 128MB and zRAM should be 50MB. Anything more than that and it can actually worsen the performance.

 

#!/system/bin/sh

#Options
swap_size=128;
#swappiness=100;

partition="/system";
sub_dir="swap";
swap_name="swap.img";
swap_file=$partition/$sub_dir/$swap_name;

mount -o remount,rw $partition;
#chmod 775 $partition;
busybox swapoff $partition/$sub_dir;
busybox rm -rf $partition/$sub_dir;
busybox mkdir -p $partition/$sub_dir;
#chmod 775 $partition/$sub_dir;
dd if=/dev/zero of=$swap_file bs=$((1024*1024)) count=$swap_size;
buxybox chown 0.0 $swap_file;
busybox chmod 600 $swap_file;
busybox mkswap $swap_file;
busybox swapon $swap_file;
#echo $swappiness > /proc/sys/vm/swappiness;
To check the status: https://play.google.com/store/apps/details?id=me.kuder.diskinfo Edited by H3ROS
Link to comment
Share on other sites

Uninstall the V4A driver first then the app itself. Then install DSP Manager. But I don't think the one from SlimKat would work. I suggest you shouldn't replace V4A because it's the best one.

 

I tried DSP Manager in a stock ROM and it worked well :)

But I don't know if in AOSP it will work well too

Edited by farfix
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.