Jump to content

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


Recommended Posts

Posted (edited)

Yes. It uses the AOSP browser, so you can install flash.

Edited by H3ROS
Guest killadroid
Posted

i have enabled it in nova still ain't working but it's not a big deal

Posted (edited)

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
Guest killadroid
Posted

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?

Guest FrankAxtell
Posted

I flashed the 100 mb system swap file, but it doesn't work, why?

Guest luca020400
Posted

No swap support on stock kernel

Flash synopsis or cextel

Guest FrankAxtell
Posted (edited)

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
Guest FrankAxtell
Posted

Ok, i don't use bluetooth headsets, but i'm using skype calls

Posted

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.

Guest FrankAxtell
Posted

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

Guest ascendtomy
Posted

Why u need this? I've flashed only the ROM, and everything works great.

Guest FrankAxtell
Posted

I need more ram because i'm using many apps that running in background, who can help me? Why the swap doesn't work?

Posted (edited)

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
Guest FrankAxtell
Posted

I'm a novice, how can i make thid init.d file? And where i must put it?

Guest FrankAxtell
Posted

I flashed but swap doesn't work, i checked with diskinfo, maybe a mistake in the script?

Guest FrankAxtell
Posted

Why? The swap is for system partition but anyway it doesn't work

Posted

Can I use DSP Manager (I extracted it from Slimkat) instead Viper4Android?

I don't like very much Viper as FX Manager :(

Posted (edited)

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

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.