ads

Affichage des articles dont le libellé est panasonic. Afficher tous les articles
Affichage des articles dont le libellé est panasonic. Afficher tous les articles

mardi 8 septembre 2015

Panasonic P55 rooting



Hello, my name is Shoubhik and I am new to the forum.
I have a panasonic p55 mobile which i want to root.
Now, please tell me the exact steps of rooting, using the Kingo or framaroot or towelroot.
Please tell exactly step by step, because I know practically nothing about android.
The phone is purchased from store and nothing (like bootloader unlocking etc.) has been performed on it. So, please give detailed procedure, and also what software or internet connection is needed for the process. Thanks in advance.



lundi 31 août 2015

Panasonic P81 (Clone of Coolpad 7320) Cyanogen Custom ROM



I own a Panasonic P81 phone which I rooted and I have installed custom MiUi 4.12.5 v5-6 ROM. After installing I realized that my phone heats up a lot and multi-tasking is no more possible. Available RAM has decreased and now I have even lost superuser rights. I tried finding cyanogen for my device but was unsuccessful. I wished some developer could breach into the existing versions of cyanogenmod and make them compatible to my phone somehow. Or maybe help me out with the existing issues on my phone. I am obsessed with customizability and wish to run the phone perfectly normal. Language in the settings irritate me at times for some features. English needs to be there everywhere.
Please help me out, developers!



samedi 29 août 2015

Panasonic Eluga U



Hi everyone. I have a Panasonic Eluga U with stock recovery. It only display the Panasonic logo and screen blacks out when the time comes to display Eluga logo. The phone is bricked. I was trying to flash its own system.img which I created before. But it just rebooted before the flash finished. Now I have only stock recovery, download mode and adb sideload available. No idea how to get to Fastboot. Can someone please advise how I can use the system.img file available to unbrick the phone. or to put the phone in fastboot mode. Thanks.



jeudi 27 août 2015

Panasonic p81 usb otg problem



Only feature remaining in P81 is USB OTG support.
So I am working on Panasonic P81 for making usb otg pendrive workable on this device.

Prerequisites
Panasonic P81 device
OTG cable ( micro usb B male to usb A female )
Pendrive ( usb 2.0 )
USB host diagnostics App
Farmaroot App
Es File Explorer App

Two things are important for usb otg to work in HOST mode
1. It should provide power to usb drive and
2. Kernel & Driver support

Best app for testing usb otg support for p81 is USB HOST diagnostics
The original settings on usb host diagnostics app on p81 fresh device.

file:///D:/Documents%20and%20Settings/myname/Desktop/Screenshot_2015-08-27-10-33-20%20old.PNG


<<<<<<<<<<<<<<<<<<<< SOLUTION >>>>>>>>>>>>>>>>>>>

STEP 1 : ROOTING
I have rooted my device using FARMAROOT app Version 1.9.3 ( single touch method ).
This app doesn’t removes your previously stored device and app data so this method is very safe for rooting.

Usage

Install & Open Framaroot and select the following action :*Install SuperSU
Done !

STEP 2 : ANDROID API

1. CREATE File : android.hardware.usb.host.xml

Goto folder /system /etc/permissions

To enable USB host API support you should add a file named*( android.hardware.usb.host.xml ) and containing the following lines:

<? xml version="1.0" encoding="utf-8"?>
<permissions>
<feature name="android.hardware.usb.host"/>
</permissions>

Copy this file into folder*/system/etc/permissions

2. MODIFY File : handheld_core_hardware.xml

Goto folder /system /etc/permissions

find filename *handheld_core_hardware.xml

and add*<feature name="android.hardware.usb.host"/>*into**<permissions>*section

3. COPY the above two Files in this location : /system /etc /permissions

4. Reboot your device.

After adding two xml files.
This are the current settings on usb otg diagnostics.

file:///D:/Documents%20and%20Settings/myname/Desktop/Screenshot_2015-08-27-10-33-20.png

I'm in the middle of the process for it to work.

Xda members kindly support, suggest, update, hint, comment please and make it complete :)