[ROM][ICS][UNLOCKED][ALL MDPI] Helium Light / updated 23-july-14

z50j

Member
May 18, 2013
36
0
0
Pasig
I'm having bluetooth pairing problems. the bluetooth ID shows up and not the device name. And every time I try to pair, the device asks for a password, even if it is another android phone, pc or bt speaker

edit: i'm on airplane mode all the time because I use this as a music player if that does anything
 
Last edited:

novArno

Senior Member
Jan 15, 2014
134
91
0
@Verbato

Nice project here ! I'll do my best to help you with this one ^^

Well, first, i got system crash when I flash devices modules (mango) :D (at file "language_slv.xml")
I tried with Doppler and your provided kernel, same issue :/ corrupted zip maybe ?

Btw here's a little guide I made to help people with fastboot erase



---------- Post added at 12:57 PM ---------- Previous post was at 12:02 PM ----------

Easy guide to use Fastboot Erase/Flash on Windows 7/8/8.1
============================================​

1) Install 15 seconds ADB Installer v1.3
NOTE: If you are on Windows 8/8.1 and you need to install ADB drivers, you might want disable Driver Signature Verification
NOTE 2 : If in the past, you successfully used flashtool to flash a kernel on the system you're running, then the drivers are already installed :)

2) Press "Windows+R" and type "cmd"




3) Press enter



4) Connect your device in fastboot mode
5) check if your device is connected in fastboot mode by entering in cmd :


Code:
fastboot devices


If you are using Windows 8/8.1 and you don't have your device listed here even if your device is connected in fastboot mode (e.g. on mango, notifications led is blue when connected in fastboot mode), please check the note at 1). Windows probably blocked the installation of the drivers when you tried to install them trough the installation of 15 seconds ADB Installer v1.3

6) flash your kernel (in case you want to)


Move to the directory where you downloaded your kernel (.img file)
In my case , I downloaded Doppler 4 alpha 11 kernel for mango, and I saved it in c:\adb, so here's what I do:

Code:
cd C:\adb

Now i want to flash the kernel:
Code:
fastboot flash boot dp4_mango_alpha11_100.img
TIP: I know dp4_mango_alpha11_100.img is the only file in the "adb" folder witch begin by "dp4". So to get things a little easier, I just type "fastboot flash boot dp4" then I press TAB, windows will complete the filename automatically ;) and then of course you can press enter.

You should get something like this:



7a) Do an "erase system":

Simply type
Code:
fastboot erase system
You'll get something like this :


7b) Do an "erase userdata"


again, simply type
Code:
fastboot erase userdata
and you should get something like this


I hope it helps ! And I'm sorry about the screenshots in french, and about my bad english ^^
 
Last edited: