Recent content by Dark_Balor

  1. Dark_Balor

    Post BLU R1 HD General Discussion

    I decompiled the APK, this is the android manifest of the GBA app from mediatek: <?xml version="1.0" encoding="utf-8" standalone="no"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:sharedUserId="android.uid.phone" package="com.mediatek.gba"...
  2. Dark_Balor

    Post (Discontinued) Prime 6.5/6.6/7.4.2 OEM V12/V17 flashed Twrp recovery (Discontinued)

    The BLU can't power any usb key or any other kind of device it's micro-usb port. You need to use a OTG cable connected to a powered source to make the BLU see anything. You can find online some Y OTG Cable made for this, to power the external device.
  3. Dark_Balor

    Post Blu R1 HD is ready for the devs!

    By following the advice of superdragonpt, you should check this devices tree: https://github.com/MediatekAndroidDevelopers/android_kernel_jiayu_s3plus_n560a https://github.com/MediatekAndroidDevelopers/android_device_jiayu_s3plus_n560a and last...
  4. Dark_Balor

    Post Blu R1 HD is ready for the devs!

    You can see here a tutorial on how to build for MTK. the post does provide some patches to be applied on the Android Tree. I doubt those patches are up-to-date with anything else than android 5 or even 4.4 http://forum.xda-developers.com/showthread.php?t=2754145
  5. Dark_Balor

    Post Blu R1 HD is ready for the devs!

    By googling a little and asking some help to other MTK dev, I found this: https://github.com/mtker/MT6735_Longcheer This is not for our device, but it's a full setup for another device with the same chipset. Now I have no idea if it's android 6 or 5
  6. Dark_Balor

    Post Blu R1 HD is ready for the devs!

    The fingerprint is: BLU/full_p6601/p6601:6.0/MRA58K/1467008010:user/release-keys You should be able to buy it off eBay. Amazon.com doesn't even ship it to Canada ... it's a US exclusive for now. (Got mine through eBay)
  7. Dark_Balor

    Post {OUTDATED}[Guide][Stock ROM] The original non-Prime conversion thread

    I confirm that I kept the encryption and I had no issue whatsoever with the change Prime -> OEM.
  8. Dark_Balor

    Post {OUTDATED}[Guide][Stock ROM] The original non-Prime conversion thread

    I'll give it a try then :) Thanks. I must have misread then, maybe that should be clearly said in the first post that keeping root + twrp = no more OTA. If I understood correctly, unrooting the device, rebooting, and the BLU recovery is back, right ?
  9. Dark_Balor

    Post {OUTDATED}[Guide][Stock ROM] The original non-Prime conversion thread

    Hello ColtonDRG, Two questions for you : 1. Can I change from Prime to non-Prime when the device is already encrypted ? 2. Are you sure that putting TWRP is not blocking the OTA ? The OTA need the BLU recovery to apply, without it, I don't think TWRP is able to apply the OTA updates.
  10. Dark_Balor

    Post [Q&A] What ROM would you like to see on the R1? Why?

    A basic AOSP, no fancy feature, no cyanogen. Just the ROM without any bull****. That would be perfect to after start modding, and see what we can really do with the phone. Something like Kresus
  11. Dark_Balor

    Post [ROM][OFFICIAL][6.0.1]Resurrection Remix v5.6.9

    It's an excellent ROM, the most stable 6.0 I tried for my old Nexus. Thanks again for porting it! I'm using it with an ext4 system partition, F2FS cache, and F2FS data. It works flawlessly and without lag, it's really amazing compared to the other roms I tried in the past.
  12. Dark_Balor

    Post [KERNEL][L 5.1.x] linux-tegra-nv-3.1-grouper [Beta]

    I confirm it works great with Dirty Unicorn 9.1 I would enjoy having zram on the kernel.
  13. Dark_Balor

    Post [ROM][4.4.4][YP-G1][17/09/14] CarbonRom (Unofficial)

    Sorry I mislead you. There is a solution, we need to reactivate the system update service to remove the wake lock. It has been corrected in the version of CM after the 29 June. Source : http://forum.cyanogenmod.com/topic/96459-systemupdateservice-wakelock-on-cm11-m7-massive-battery-drain/ It...