Guest H3ROS Posted November 12, 2014 Report Posted November 12, 2014 (edited) Yes. It uses the AOSP browser, so you can install flash. Edited November 12, 2014 by H3ROS
Guest killadroid Posted November 12, 2014 Report Posted November 12, 2014 i have enabled it in nova still ain't working but it's not a big deal
Guest H3ROS Posted November 12, 2014 Report Posted November 12, 2014 (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 November 12, 2014 by H3ROS
Guest killadroid Posted November 12, 2014 Report Posted November 12, 2014 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 H3ROS Posted November 12, 2014 Report Posted November 12, 2014 (edited) https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchboxhttp://www.apkmirror.com/apk/google-inc/google-search/google-search-3-6-15-1496928-arm-apk/If it doesn't work with this version then it might be a country restriction. Edited November 12, 2014 by H3ROS
Guest FrankAxtell Posted November 12, 2014 Report Posted November 12, 2014 I flashed the 100 mb system swap file, but it doesn't work, why?
Guest luca020400 Posted November 12, 2014 Report Posted November 12, 2014 No swap support on stock kernel Flash synopsis or cextel
Guest FrankAxtell Posted November 12, 2014 Report Posted November 12, 2014 (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 November 12, 2014 by FrankAxtell
Guest luca020400 Posted November 12, 2014 Report Posted November 12, 2014 It has some problems with bluetooth headset
Guest FrankAxtell Posted November 12, 2014 Report Posted November 12, 2014 Ok, i don't use bluetooth headsets, but i'm using skype calls
Guest H3ROS Posted November 12, 2014 Report Posted November 12, 2014 Ok, but synopsis doesn't have any bugs with this rom? It works like the stock kernel?I want to work skype callsHuawei 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 November 12, 2014 Report Posted November 12, 2014 I flashed synopsis and the swap file, but swap still not work, help, please, thanks
Guest ascendtomy Posted November 12, 2014 Report Posted November 12, 2014 Why u need this? I've flashed only the ROM, and everything works great.
Guest FrankAxtell Posted November 12, 2014 Report Posted November 12, 2014 I need more ram because i'm using many apps that running in background, who can help me? Why the swap doesn't work?
Guest H3ROS Posted November 12, 2014 Report Posted November 12, 2014 (edited) I flashed synopsis and the swap file, but swap still not work, help, please, thanksYou 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.zramSWAP 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 November 13, 2014 by H3ROS
Guest FrankAxtell Posted November 12, 2014 Report Posted November 12, 2014 I'm a novice, how can i make thid init.d file? And where i must put it?
Guest H3ROS Posted November 12, 2014 Report Posted November 12, 2014 Flash this: https://drive.google.com/file/d/0BzpRBylyuvsXS1RnckxJR1hxMzQ/It's untested but in combination with the Synopsis kernel it should work.
Guest FrankAxtell Posted November 13, 2014 Report Posted November 13, 2014 I flashed but swap doesn't work, i checked with diskinfo, maybe a mistake in the script?
Guest matteussz_ Posted November 13, 2014 Report Posted November 13, 2014 Did you make an ext2 partition on your SD?
Guest FrankAxtell Posted November 13, 2014 Report Posted November 13, 2014 Why? The swap is for system partition but anyway it doesn't work
Guest matteussz_ Posted November 13, 2014 Report Posted November 13, 2014 Oh, I didn't read the script, sorry.
Guest farfix Posted November 13, 2014 Report Posted November 13, 2014 Can I use DSP Manager (I extracted it from Slimkat) instead Viper4Android? I don't like very much Viper as FX Manager :(
Guest Posted November 13, 2014 Report Posted November 13, 2014 (edited) Delete Edited April 30, 2018 by Guest Delete
Guest farfix Posted November 13, 2014 Report Posted November 13, 2014 (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 November 13, 2014 by farfix
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now