[ROM] Koobee Halo 7 mod stock for Pepsi P1S - Printable Version +- www.chinaphonearena.com (https://www.chinaphonearena.com/forum) +-- Forum: Phone & Tablet Root, Hack and Develop (https://www.chinaphonearena.com/forum/Forum-Phone-Tablet-Root-Hack-and-Develop) +--- Forum: *Tech support* General Phone & Tablet Root, Hack and Develop Root IMEI NVRAM CWM TWRP BRICKED (https://www.chinaphonearena.com/forum/Forum-Tech-support-General-Phone-Tablet-Root-Hack-and-Develop-Root-IMEI-NVRAM-CWM-TWRP-BRICKED) +--- Thread: [ROM] Koobee Halo 7 mod stock for Pepsi P1S (/Thread-ROM-Koobee-Halo-7-mod-stock-for-Pepsi-P1S) |
RE: Koobee Halo 7 mod stock for Pepsi P1S - Cleopatra - 2016-09-21 (2016-09-21, 02:50)tensiang Wrote: Hi, good afternoon from Spain. I really appreciate the great job that all of you are doing on this ROM, it's a hard work. I've got one of those Koobee Pepsi smartphones, I've tried to install Halo 7 mod rom but I can't go further the first step. I'm using sp flash tool but it doesn't do anything. Drivers are supposed to be installed, and I can mount the phone to see the archives, but sp flash tool is not working for me. My OS is Linux Mint. Is it a driver problem then? Cleopatra, I've read you are on Ubuntu, how did you install the drivers for this Phone?Hi tensiang ! My thread about LINUX is old. As soon as possible I will post an updated thread about LINUX. Meanwhile, please follow the next steps (tested on Ubuntu 14.04 LTS) : Step 1 - Installing Java 8 on Ubuntu First, you need to add Java webupd8team PPA repository on your OS and then install Oracle Java 8. Open the terminal and type the following commands: sudo add-apt-repository ppa: webupd8team / java sudo apt-get update sudo apt-get install oracle-java8-installer To see if Oracle Java 8 has been properly installed, execute the following command: java -version Step 2 - Install ADB and Fastboot Open the terminal and type the following command: sudo apt-get install Android-tools-adb-fastboot android-tools To check the ADB version installed on Ubuntu, type the following command: adb version If you see the following version: Android Debug Bridge version 1.0.31 Then it comes to the old one, so I suggest you type the following commands: # wget -O - https ://skia.googlesource.com/skia/+archive/cd048d18e0b81338c1a04b9749a00444597df394/platform_tools/android/bin/linux.tar.gz | tar -zxvf - adb # sudo mv adb /usr/bin/adb # sudo chmod +x /usr/bin/adb After that, you'll have to re-check the adb version installed by typing the following command: adb version You should see the next writing : Android Debug Bridge version 1.0.32 Step 3 - Solve problems within the device not recognized If, by opening a terminal and typing the following command: adb devices It will return this: List of devices attached ? ? ? ? ? no permissions Then it is necessary to intervene on the 51-android.rules. Open the terminal and type the following command: sudo gedit /etc/udev/rules.d/51-android.rules It will appears a file similar to a txt; copy and paste the following text: #MediaTek SUBSYSTEM=="usb", ATTR{idVendor}=="0e8d", MODE="0666" Then, save and close the file. If it will does not works, I will give you the complete list of devices to add in txt. Next, you need to change the permissions on the files by typing the following command: sudo chmod a+r /etc/udev/rules.d/51-android.rules Now you need to recharge the rules by typing the following commands: sudo udevadm control --reload-rules sudo service udev restart sudo udevadm trigger If you have not yet created the plugdev group and added your name to the group, enter the following commands: groupadd plugdev useradd -G plugdev cleopatra81 (change my name with yours) sudo service udev restart Then restartate udev by typing the following commands: sudo udevadm control --reload-rules sudo service udev restart Now, with your smartphone connected via usb to Ubuntu, open the terminal and type the following command: lsusb You should see "Mediatek Inc." (Bus 00X Device 00X). Step 5 - Installing SP Flash Tool Download "SP_Flash_Tool_exe Linux_64Bit_v5.1604.00.100.zip" Open the terminal and type the following commands: sudo apt-get install libusb-dev cd Downloads unzip SP_Flash_Tool_exe_Linux_64Bit_v5.1604.00.100.zip /home/cleopatra81/Downloads/SP_Flash_Tool_exe_Linux_64Bit_v5.1604.00.100 mv / home / cleopatra81 / Desktop I recommend you change cleopatra81 with your name ! Now type the following commands: cd Desktop cd SP_Flash_Tool_exe_Linux_v5.1604.00.100 chmod + x flash_tool chmod + x flash_tool.sh sudo adduser cleopatra81 dialout (changed cleopatra81 with your name) newgrp - dialout sudo -i sudo nano /etc/udev/rules.d/80-persistent-usb.rules Copy the following string in the text document that will appear, then save and close: SUBSYSTEM == "usb", ACTION == "add", idVendor ATTR {} == "0E8D" idProduct ATTR {} == "*" PAY NO ATTENTION TO THE ERROR "Gtk-WARNING **: Calling Inhibit failed: GDBus.Error" ! Now, type the following command: sudo gedit /etc/udev/rules.d/20-mm-blacklist-mtk.rules Copy the following two strings in the text document that will appear, then save and close: ATTRS{idVendor}=="0e8d", ENV{ID_MM_DEVICE_IGNORE}="1" ATTRS{idVendor}=="6000", ENV{ID_MM_DEVICE_IGNORE}="1" PAY NO ATTENTION TO THE ERROR "Gtk-WARNING **: Calling Inhibit failed: GDBus.Error" ! Then restarting udev by typing the following command: sudo service udev restart Step 6 - How to flash a ROM Turn off your smartphone and type the following commands: cd Desktop cd SP_Flash_Tool_exe_Linux_v5.1604.00.100 sudo ./flash_tool From this point forward, the method is the same like on Windows. RE: Koobee Halo 7 mod stock for Pepsi P1S - tensiang - 2016-09-21 Wow! Thanks a lot for the post. I' ve already tried to install libusb-dev bit it returns a dependency error. I' ll do further investigation to fix it. Thanks for your answer! (2016-09-21, 16:47)DVO-er Wrote: [quote='tensiang' pid='57578' dateline='1474397420'] Thanks for the advice but i did. I even tried in fastboot mode but no way. RE: Koobee Halo 7 mod stock for Pepsi P1S - argialex99 - 2016-09-21 Hello. I bought recently Pepsi p1s and after a few days I turned off Uni launcher from auto-start apps. After reboot the phone stucks at bootloop. Is there any solution for my problem? RE: Koobee Halo 7 mod stock for Pepsi P1S - Cleopatra - 2016-09-21 (2016-09-21, 21:44)argialex99 Wrote: Hello. I bought recently Pepsi p1s and after a few days I turned off Uni launcher from auto-start apps. After reboot the phone stucks at bootloop. Is there any solution for my problem?Hi argialex99 ! Do you have already tried to flash the stock rom of Pepsi ? Regards RE: Koobee Halo 7 mod stock for Pepsi P1S - njezni - 2016-09-21 (2016-09-21, 21:44)argialex99 Wrote: Hello. I bought recently Pepsi p1s and after a few days I turned off Uni launcher from auto-start apps. After reboot the phone stucks at bootloop. Is there any solution for my problem?You can reset it to factory settings. When phone is off, press volume up and power button until you see menu. Sent from my H7 using Tapatalk RE: Koobee Halo 7 mod stock for Pepsi P1S - Cleopatra - 2016-09-21 RE: Koobee Halo 7 mod stock for Pepsi P1S - njezni - 2016-09-22 RE: Koobee Halo 7 mod stock for Pepsi P1S - Ostry3121 - 2016-09-22 I finally installed this rom, and also get back my lost IMEI. It was a lot of stuff for a newbie like me to do. But finally i managed everything. This mod is really nice, everything works now fine. Thanks, Cleo ;) RE: Koobee Halo 7 mod stock for Pepsi P1S - tensiang - 2016-09-22 Cleopatra, I have finally installed libusb-dev in my linux mint, followed all steps in the tutorial carefully, but sp flash tool doesn't seem to recognize the phone yet. I unplugged it, switched it off, started sp flash tool and connected the phone after hitting download in format all+download mode. But nothing happens. Does it have to be completely off or in fastboot mode or press any key while pluggin it in the computer? Apart from that, I have read that several users could root it. I tried myself several times either with an apk or in a windows pc and couldn't get it to root. What am I doing wrong? Thanks for reading. ;) RE: Koobee Halo 7 mod stock for Pepsi P1S - Cleopatra - 2016-09-22 (2016-09-22, 23:00)tensiang Wrote: Cleopatra, I have finally installed libusb-dev in my linux mint, followed all steps in the tutorial carefully, but sp flash tool doesn't seem to recognize the phone yet. I unplugged it, switched it off, started sp flash tool and connected the phone after hitting download in format all+download mode. But nothing happens. Does it have to be completely off or in fastboot mode or press any key while pluggin it in the computer? Apart from that, I have read that several users could root it. I tried myself several times either with an apk or in a windows pc and couldn't get it to root. What am I doing wrong?Don't cry, we will try to solve together the issue. In my previous post, into "Step 3 - Solve problems within the device not recognized". I have written to you : "If it will does not works, I will give you the complete list of devices to add in txt". Well, now I will give you the complete list Open the terminal and type the following command: sudo nano /etc/udev/rules.d/51-android.rules You will see a file like a txt; copy and paste the following text: # udev rule to detect android devices # These rules refer to http: //developer.android.com/tools/device.html # Acer SUBSYSTEM=="usb", ATTR{idVendor}=="0502", MODE="0666", GROUP="plugdev" # Archos SUBSYSTEM=="usb", ATTR{idVendor}=="0e79", MODE="0666", GROUP="plugdev" # Asus SUBSYSTEM=="usb", ATTR{idVendor}=="0b05", MODE="0666", GROUP="plugdev" # Azpen Onda SUBSYSTEM=="usb", ATTR{idVendor}=="1f3a", MODE="0666", GROUP="plugdev" # BQ SUBSYSTEM=="usb", ATTR{idVendor}=="2a47", MODE="0666", GROUP="plugdev" # Dell SUBSYSTEM=="usb", ATTR{idVendor}=="413c", MODE="0666", GROUP="plugdev" # Fairphone SUBSYSTEM=="usb", ATTR{idVendor}=="2ae5", MODE="0666", GROUP="plugdev" # Foxconn SUBSYSTEM=="usb", ATTR{idVendor}=="0489", MODE="0666", GROUP="plugdev" # Fujitsu Toshiba SUBSYSTEM=="usb", ATTR{idVendor}=="04c5", MODE="0666", GROUP="plugdev" # Garmin-Asus SUBSYSTEM=="usb", ATTR{idVendor}=="091e", MODE="0666", GROUP="plugdev" SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", MODE="0666", GROUP="plugdev" # Haier SUBSYSTEM=="usb", ATTR{idVendor}=="201e", MODE="0666", GROUP="plugdev" # Hisense SUBSYSTEM=="usb", ATTR{idVendor}=="109b", MODE="0666", GROUP="plugdev" # HTC, Wiko SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev" # Huawei SUBSYSTEM=="usb", ATTR{idVendor}=="12d1", MODE="0666", GROUP="plugdev" # Intel SUBSYSTEM=="usb", ATTR{idVendor}=="8087", MODE="0666", GROUP="plugdev" # K-Touch SUBSYSTEM=="usb", ATTR{idVendor}=="24e3", MODE="0666", GROUP="plugdev" # KT Tech SUBSYSTEM=="usb", ATTR{idVendor}=="2116", MODE="0666", GROUP="plugdev" # Kyocera SUBSYSTEM=="usb", ATTR{idVendor}=="0482", MODE="0666", GROUP="plugdev" # Lab126 SUBSYSTEM=="usb", ATTR{idVendor}=="1949", MODE="0666", GROUP="plugdev" # Lenovo SUBSYSTEM=="usb", ATTR{idVendor}=="17ef", MODE="0666", GROUP="plugdev" # LG SUBSYSTEM=="usb", ATTR{idVendor}=="1004", MODE="0666", GROUP="plugdev" # Meizu SUBSYSTEM=="usb", ATTR{idVendor}=="2a45", MODE="0666", GROUP="plugdev" # Micromax SUBSYSTEM=="usb", ATTR{idVendor}=="1ebf", MODE="0666", GROUP="plugdev" # Motorola SUBSYSTEM=="usb", ATTR{idVendor}=="22b8", MODE="0666", GROUP="plugdev" # MTK SUBSYSTEM=="usb", ATTR{idVendor}=="0e8d", MODE="0666", GROUP="plugdev" # NEC SUBSYSTEM=="usb", ATTR{idVendor}=="0409", MODE="0666", GROUP="plugdev" # Nook SUBSYSTEM=="usb", ATTR{idVendor}=="2080", MODE="0666", GROUP="plugdev" # Nvidia SUBSYSTEM=="usb", ATTR{idVendor}=="0955", MODE="0666", GROUP="plugdev" # OnePlus Two (unknown vendor's name) SUBSYSTEM=="usb", ATTR{idVendor}=="2a70", MODE="0666", GROUP="plugdev" # Oppo SUBSYSTEM=="usb", ATTR{idVendor}=="22d9", MODE="0666", GROUP="plugdev" # OTGV SUBSYSTEM=="usb", ATTR{idVendor}=="2257", MODE="0666", GROUP="plugdev" # Pantech SUBSYSTEM=="usb", ATTR{idVendor}=="10a9", MODE="0666", GROUP="plugdev" # Pegatron SUBSYSTEM=="usb", ATTR{idVendor}=="1d4d", MODE="0666", GROUP="plugdev" # Philips SUBSYSTEM=="usb", ATTR{idVendor}=="0471", MODE="0666", GROUP="plugdev" # PMC-Sierra SUBSYSTEM=="usb", ATTR{idVendor}=="04da", MODE="0666", GROUP="plugdev" # Qualcomm SUBSYSTEM=="usb", ATTR{idVendor}=="05c6", MODE="0666", GROUP="plugdev" # Rockcwell Electronics SUBSYSTEM=="usb", ATTR{idVendor}=="2207", MODE="0666", GROUP="plugdev" # SK Telesys SUBSYSTEM=="usb", ATTR{idVendor}=="1f53", MODE="0666", GROUP="plugdev" # Samsung SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", MODE="0666", GROUP="plugdev" # Sharp SUBSYSTEM=="usb", ATTR{idVendor}=="04dd", MODE="0666", GROUP="plugdev" # Sony SUBSYSTEM=="usb", ATTR{idVendor}=="054c", MODE="0666", GROUP="plugdev" # Sony Ericsson SUBSYSTEM=="usb", ATTR{idVendor}=="0fce", MODE="0666", GROUP="plugdev" # Spreadtrum SUBSYSTEM=="usb", ATTR{idVendor}=="1782", MODE="0666", GROUP="plugdev" # T & A Mobile Phones SUBSYSTEM=="usb", ATTR{idVendor}=="1bbb", MODE="0666", GROUP="plugdev" # Teleepoch SUBSYSTEM=="usb", ATTR{idVendor}=="2340", MODE="0666", GROUP="plugdev" # Texas Instruments UsbBoot SUBSYSTEM=="usb", ATTR{idVendor}=="0451", MODE="0666", GROUP="plugdev" # Toshiba SUBSYSTEM=="usb", ATTR{idVendor}=="0930", MODE="0666", GROUP="plugdev" # Wearners SUBSYSTEM=="usb", ATTR{idVendor}=="05c6", MODE="0666", GROUP="plugdev" # Wileyfox SUBSYSTEM=="usb", ATTR{idVendor}=="2970", MODE="0666", GROUP="plugdev" # XiaoMi SUBSYSTEM=="usb", ATTR{idVendor}=="2717", MODE="0666", GROUP="plugdev" # YU SUBSYSTEM=="usb", ATTR{idVendor}=="1ebf", MODE="0666", GROUP="plugdev" # Zebra SUBSYSTEM=="usb", ATTR{idVendor}=="05e0", MODE="0666", GROUP="plugdev" # ZTE SUBSYSTEM=="usb", ATTR{idVendor}=="19d2", MODE="0666", GROUP="plugdev" # ZUK SUBSYSTEM=="usb", ATTR{idVendor}=="2b4c", MODE="0666", GROUP="plugdev" |