[Mod]x10 mini/mini pro Custom animation Transition - Sony Ericsson XPERIA X10 Mini

Hey guys modification to x10 mini/mini pro continues. this time added Custom animation Transitions to x10 mini/mini pro...
Please Look @ video ....
Ported from EVO
Requirement:
Android 2.1
Installation:
extract the file in your Sd Card
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
busybox cp /sdcard/framework-res.apk /system/framework/framework-res.apk
Credits:
[email protected]
MagnusRagnarok
**Guys If u like this Mod thank me by donating me .**

Great! Will try it!
Sent from my E10i using Tapatalk

Thanks alot shivenjuneja
Great theme with animations plus reboot and nice icons .
i noticed the other themes makers like draco etc also upload a zip file with system apps. So everything is black.

i have in ADB
Microsoft Windows [Wersja 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. Wszelkie prawa zastrzeżone.
C:\Users\Mikołaj>adb devices
List of devices attached
43423531314C4E544332 device
C:\Users\Mikołaj>adb shell
$ su
su
mount -oPermission denied
$ su
mount -o su
Usage: mount [-r] [-w] [-o options] [-t type] device directory
$ su
su
mount o- remount,rw -t Permission denied
$
my x10 mini is rooted by z4root

@ minuello bro when you write su look @ ur phone and there super user would b asking for permission press allow and tick remember and if u c # then u have been granted permissions.... Happy modding;-)

Do not understand very well the steps I could specify more?

hmm i have problem, because phone after change framework stayin on logo sony erricson.

guys dont use adb. replace framework from root explorer its the easy way and 100% safe.

Minuello said:
hmm i have problem, because phone after change framework stayin on logo sony erricson.
Click to expand...
Click to collapse
After u replace the framework you need to wait for 5mins or more after boot animation.this waiting only takes place the first reboot after replaceing framwork.

i must waiting to mini power off (battery gone die) and repair sys via Seus because this http://forum.xda-developers.com/showthread.php?t=749438 option don't work in my x10 mini ;/
Seus Helped at this problem.

great theme+animation........

Before coping fw to its folder change its permissions to 644, then copy it to fw folder.

ys u r right man.....

how can i change the permissions ?
i tried ..root explorer but it did nothing to the file
plz help me ...

May I ask for black with no blue theme plus the custom animation?
Thanks in advance

download my theme @ this post here

shivenjuneja said:
download my theme @ this post here
Click to expand...
Click to collapse
Thanks shivenjuneja

Good job Guys Keep up.these themes Rock .

how long does it normally take to boot? my phone is stuck on the sony ericsson screen. 3rd time of trying! tried the method in first post, tried using something called droid explorer, and even tried it from phone using root explorer.

projectsome said:
how long does it normally take to boot? my phone is stuck on the sony ericsson screen. 3rd time of trying! tried the method in first post, tried using something called droid explorer, and even tried it from phone using root explorer.
Click to expand...
Click to collapse
Make sure you set the proper permissions before moving the file into the framework folder.
Sent from my U20i using XDA App

Related

HOW to reach 2.1 system files from 2.2 ROM

Hello all
I need help
Unfortunately I have managed to damage my 2.1 rom. (i have replaced 2.1 framework-res.apk)
Now I cannot boot into it , problem is that I do not have a backup, so I cannot just easily "reburn" the firmware.
I have 2.2 ROM implemented. but I do not -know how to reach 2.1 system files from it. There is some chroot done in boot process imho .
Can anybody help me how to reach the files
I have a backup of framework-res.apk
thermoska said:
Hello all
I need help
Unfortunately I have managed to damage my 2.1 rom. (i have replaced 2.1 framework-res.apk)
Now I cannot boot into it , problem is that I do not have a backup, so I cannot just easily "reburn" the firmware.
I have 2.2 ROM implemented. but I do not -know how to reach 2.1 system files from it. There is some chroot done in boot process imho .
Can anybody help me how to reach the files
I have a backup of framework-res.apk
Click to expand...
Click to collapse
Code:
adb shell
mkdir 21system
mount -o rw /dev/block/mtdblock2 /21system
If you're lucky it will mount your 2.1 system partition as /21system
Most likely it will say "Device or resource busy"... But worth trying anyway.
Cheers
Thanks
I had to think about remount
Going to try now ..
EDIT:
You are absolutelly right : Device or resource busy .
What should I try now ?
I found out that I can reach 2.1 system in adb , but my root do not work. so I cannot do anything to the system partition . Any ideas how to achieve root in this state ? On phone display there is still only firts sony ericsson logo ..
thermoska said:
Hello all
I need help
Unfortunately I have managed to damage my 2.1 rom. (i have replaced 2.1 framework-res.apk)
Now I cannot boot into it , problem is that I do not have a backup, so I cannot just easily "reburn" the firmware.
I have 2.2 ROM implemented. but I do not -know how to reach 2.1 system files from it. There is some chroot done in boot process imho .
Can anybody help me how to reach the files
I have a backup of framework-res.apk
Click to expand...
Click to collapse
I did the same thing at least twice. I was able to save it without restoring by replacing my framework-res.apk before it rebooted or froze.
Basically, try to adb into it while it is still at the Sony logo or if you get the blackscreen after the logo.
One weird thing I did notice was that I was able to replace the framework-res.apk file apparently without using 'su'. After I killed it when I was doing adb at/after the logo I tried to 'su' but it gave some error and remained at the '$' prompt. I then did the 'dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk' command and it completed. Rebooted and it worked again.
Think my whole thing was tested second time with a script.
Try making a frameworkfix.cmd file and putting this in it.
@echo off
@echo.
@echo Installing Framework
@echo.
@adb shell su
@adb push framework-res.apk /sdcard/framework-res.apk
@adb shell dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk
The keep trying to run it while at the Sony logo. Give it a few runs before you give up, I swear it worked for me.
thermoska said:
I found out that I can reach 2.1 system in adb , but my root do not work. so I cannot do anything to the system partition . Any ideas how to achieve root in this state ? On phone display there is still only firts sony ericsson logo ..
Click to expand...
Click to collapse
Heck just try the following from folder with your original framework.
adb push framework-res.apk /sdcard/framework-res.apk
adb shell dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk
or
adb push framework-res.apk /sdcard/framework-res.apk
adb shell
su
dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk
thanks guys , but I do not need commands,
I know them already , I had permissions problem.
Instructions mentioned above did not worked for me
I've got permission denied
anyway thanks
thermoska said:
Thanks
I had to think about remount
Going to try now ..
EDIT:
You are absolutelly right : Device or resource busy .
What should I try now ?
I found out that I can reach 2.1 system in adb , but my root do not work. so I cannot do anything to the system partition . Any ideas how to achieve root in this state ? On phone display there is still only firts sony ericsson logo ..
Click to expand...
Click to collapse
You can access the 2.1 /system partition through 2.2 with adb.
Use this to unmount 2.2 /system
Code:
su
busybox umount /dev/block/loop1
You can check if all worked well this way:
Code:
busybox ls -1d /system/* | grep xbin
If it gives you anything, it's 2.1 -- if not, try
Code:
busybox umount -l /dev/block/loop1
Now, you should have the old 2.1 /system structure available. Ignore all errors appearing *on the phone* it'll be screwed up, unusable. Until a restart.
Now through adb you can overwrite your 2.1 framework apk with dd
(assuming you already have it on the sdcard, else, well, push it there (adb push framework.apk /mnt/sdcard/ )
Code:
dd if=/mnt/sdcard/framework.apk of=/system/framework/framework.apk
for remount system, just do
Code:
busybox mount -o remount,rw /system
after you have the 2.1 system available.
I installed 2.2 to my nand (almost fully working) at one point this way =3
Or...
You can flash again just using system.bin and everything you had would be there.
;-)
You also will need loader.sin
I did this a couple of times and work for me; I only need to root again
Good luck!
PS: In the firmware folder, you need to leave ONLY this 2 files: System.sin and loader.sin. Backup and delete all other files like amss.sin, cache.sin, etc.
well thank you
This a good idea ..
Unfortunatelly I already reflashed the phone
Hope it will help to somebody in the future
ttxdragon said:
I installed 2.2 to my nand (almost fully working) at one point this way =3
Click to expand...
Click to collapse
Thought that would work, was going to do it with .003, but I guess the recovery tool will do that for us - now we see what Z has been working on - excellent news
Just curios. Any speed improvements when extracting the img files to nand and mount/run it from there ?
Even running from sdcard img files is a perfect backup solution by just copy the img files away from time to time. But of course r/w cycles of the card are increased --> less lifetime.
But otherwise running from images is nice, as you're able to mount them. (diskinternals linux reader but R-only)
Anyone knows a win32 prog to mount the img files r/w ?

X10 Mod Tool Problem...

Anyone can help me with a problem ?
First of all i have followed a tutorial for making some mod to the framework-res.apk from here http://forum.xda-developers.com/showthread.php?t=834806 . . . The mod i wanted to make is to modifying the battery icon in the framework . . .
I have done all the work and i can't push it back the framework to the phone... I'm using the X10 Mod Tool to push it back , but it doesn't and it say the following things...
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
adb push ".\files/framework-res.apk" "/sdcard/tmp/framework-res.apk"
2013 KB/s (11984528 bytes in 5.811s)
adb shell dd if="/sdcard/tmp/framework-res.apk" of="/system/framework/framework-res.apk"
/system/framework/framework-res.apk: cannot open for write: Read-only file system
...And i have stuck to push the framework and finish my mod... Any ideas ?
My phone is rooted and has 2.1.A.0.435 . . .
Anyone ?
Take the phone out of the computer and put it back in. Worked for me.
I also went in to root explorer and pressed mount r/w in the folder. Just to be sure
Sent from Chefens X10i using XDA app
Try and shut down modtool, take the phone out of the computer, put it back in and restart modtool
Sent from Chefens X10i using XDA app

[Q] please help, trying to flash rom

Hi im trying to flash cyanogen mod to my phone
Im using this tutorial http://forum.xda-developers.com/showthread.php?t=1038338
Anyway im stuck at installing custom recovery. i am stuck here
NOW TYPE IN THE COMMAND PROMT
cd c:\Program Files\Android\android-sdk\platform-tools (by default it should be this only where the sdk is installed)
The problem is under the android sdk folder there is no platform-tools folder. and my sdk is also installed under C:\Program Files (x86)\Android\android-sdk
Screenshot below is what i have in the android sdk folder ( i have 2.2 installed with the sdk manager)
Also is there someone that will be online for a few minutes who can just please help me if i get stuck somewhere else?
su (it will ask for root permission in your phone screen just allow)
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak (you will get an error just proceed)
mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
flash_image recovery /sdcard/LGp500-recovery-v12.img (note just name the blue marked as the same as your custom recovery name and should end with .img)
reboot recovery
u whant to use this commands?
if so u can type them in a terminal straight tru the phone
ciolnadu said:
su (it will ask for root permission in your phone screen just allow)
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak (you will get an error just proceed)
mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
flash_image recovery /sdcard/LGp500-recovery-v12.img (note just name the blue marked as the same as your custom recovery name and should end with .img)
reboot recovery
u whant to use this commands?
if so u can type them in a terminal straight tru the phone
Click to expand...
Click to collapse
when i type chmod 755 /system/bin/flash_image it says.. Unable to chmod /: Read-only file system
Sorry i took long.. chrome to phone doesn't want to work so i have to type everything
here u have the original thread
and 2 file
one of them is flash_image.zip that u need on sd and if i remember correctly u also need to extract it
ciolnadu said:
here u have the original thread
and 2 file
one of them is flash_image.zip that u need on sd and if i remember correctly u also need to extract it
Click to expand...
Click to collapse
yes i already did that, but when i say chmod 755 /system/bin/flash_image it says.. Unable to chmod /: Read-only file system
What should i do?
i think somewhere here
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
u also have an error and system didn't mount correctly
so try all again
kobusvdsandt said:
Hi im trying to flash cyanogen mod to my phone
Im using this tutorial http://forum.xda-developers.com/showthread.php?t=1038338
Anyway im stuck at installing custom recovery. i am stuck here
NOW TYPE IN THE COMMAND PROMT
cd c:\Program Files\Android\android-sdk\platform-tools (by default it should be this only where the sdk is installed)
The problem is under the android sdk folder there is no platform-tools folder. and my sdk is also installed under C:\Program Files (x86)\Android\android-sdk
Screenshot below is what i have in the android sdk folder ( i have 2.2 installed with the sdk manager)
Also is there someone that will be online for a few minutes who can just please help me if i get stuck somewhere else?
Click to expand...
Click to collapse
Platform tool will be download from internet during update after first start of application.
Take a look on section above:
INSTALLING ANDROID SDK IN ORDER TO USE ADB
First install JDK and JRE from here http://www.oracle.com/technetwork/ja...ads/index.html (choose your appropriate os)
ANDROID SDK LINK:http://developer.android.com/sdk/index.html (LATEST VERSION r10)
Install ANDROID SDK
Click next
Now it wont show next option to proceed just hit back once and click next again (you will be able to proceed with installation now)
Run android sdk manager(note :Run as Administrator orelse it wont download the packages) it will show various packages available just click cancel.
Click on available packages-android repository-uncheck SDK PLATFORM ANDROID ALL VERSION EXCEPT 2.2(U CAN LATER INSTALL THE VERSION U REQUIRE LATER WHEN U NEED IT)
Click install selected
Click select all and proceed with the installation.(this might take a long time depending on your connectivity)
NOTE:IF YOU DONT RUN AS ADMIN THEN THE INSTALLATION WILL FAIL
Click to expand...
Click to collapse
The_ERROR said:
Platform tool will be download from internet during update after first start of application.
Take a look on section above:
Click to expand...
Click to collapse
thank you, i did not download that. i'll try again using pc
thank you, got recovery working!!
now im busy installing rom, hope it works
The_ERROR said:
Platform tool will be download from internet during update after first start of application.
Take a look on section above:
Click to expand...
Click to collapse
thanks error for pointing him the missing step just came online and saw the issue
kobusvdsandt said:
thank you, got recovery working!!
now im busy installing rom, hope it works
Click to expand...
Click to collapse
glad u got it working
shhbz said:
glad u got it working
Click to expand...
Click to collapse
Thanks fo all the help and support everybody
Starting up now, it's showing the cyanogen mod screen with android riding skateboard , takes a while though, is it supposed to take long?
kobusvdsandt said:
Thanks fo all the help and support everybody
Starting up now, it's showing the cyanogen mod screen with android riding skateboard , takes a while though, is it supposed to take long?
Click to expand...
Click to collapse
For first time yes. It often takes few minutes... (in some special cases it can take about 5 and more minutes)
The_ERROR said:
For first time yes. It often takes few minutes... (in some special cases it can take about 5 and more minutes)
Click to expand...
Click to collapse
ok.. well mine took at least 5 so i did what i saw in forum..
5) Select "Wipe data/factory"
6) Clear cache
7) Apply the rom you downloaded again and reboot
Update, it works!
kobusvdsandt said:
Hi im trying to flash cyanogen mod to my phone
Im using this tutorial http://forum.xda-developers.com/showthread.php?t=1038338
Anyway im stuck at installing custom recovery. i am stuck here
NOW TYPE IN THE COMMAND PROMT
cd c:\Program Files\Android\android-sdk\platform-tools (by default it should be this only where the sdk is installed)
The problem is under the android sdk folder there is no platform-tools folder. and my sdk is also installed under C:\Program Files (x86)\Android\android-sdk
Screenshot below is what i have in the android sdk folder ( i have 2.2 installed with the sdk manager)
Also is there someone that will be online for a few minutes who can just please help me if i get stuck somewhere else?
Click to expand...
Click to collapse
Hey !! i will teach u whole procedure to install... i installed clockword mod and den installed .... r u in fb ??? if u r i can teach u everything 1 by 1....its very easy.... if u r in fb send me pm of ur id and tummorow after 3pm (indian tym) cum online i will teach u
@virusshah1997
He already managed to install custom recovery
just use terminal emulator instead of adb, i just rooted my new p500 running on v10c 2.2.1 using gingerbreak root tool and installed recovery 2.2.1 thunderg. no problems at all.
I m talking of custom rom cm7
virusshah1997 said:
I m talking of custom rom cm7
Click to expand...
Click to collapse
Thank you. But I already have CM7 working now. But thanks anyway for offering to help.

I want to install Xrecovery but...

The thing wont recognize my phone and wont show the options to do xrecovery or any of the other options except for Flash...please help im desperate for a rom
You need to root first.
Here: http://forum.xda-developers.com/showthread.php?t=1196421
Then in flashtool click 'ask root permissions' and have your phone unlocked and accept superuser permissions w/the prompt on your phone. Then you're good to go.
*edit- make sure it is the fixed xrec for 2.3.3. I use a Rom w xrec included so I didn't have to install it & I dont remember if that's the one in flashtool now.
Which firmware version are you on?
I have done that already...i am rooted because I have superuser on my phone. Where do I check firmware?
Sent from my X10i using XDA App
zm4 said:
I have done that already...i am rooted because I have superuser on my phone. Where do I check firmware?
Sent from my X10i using XDA App
Click to expand...
Click to collapse
unzip xrecovery file and copy all files manually to the right places using root explorer then check all boxes on permitions.
reboot and try
How do i do that?
zm4 said:
How do i do that?
Click to expand...
Click to collapse
a very old guide written by me HERE
read "2nd mode" but use xrecovery v3 instead the one linked there
will this work for 2.3.3?
zm4 said:
will this work for 2.3.3?
Click to expand...
Click to collapse
these commands still the same you just need to change (eventually) to the right path.
check the zip structure to see that
HTML:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
dd if=/sdcard/busybox of=/system/bin/busybox
dd if=/sdcard/chargemon of=/system/bin/chargemon
dd if=/sdcard/xrecovery.tar of=/system/bin/xrecovery.tar
reboot
chargemon to \system\bin
charger to \system\bin
sh to \system\xbin
xrecovery.tar to \system\xbin
i dont see any busybox file or anything like that...please help i dun think busybox has been installed...
zm4 said:
i dont see any busybox file or anything like that...please help i dun think busybox has been installed...
Click to expand...
Click to collapse
ok...you have a reading problem kiddin´
Crowds said:
these commands still the same you just need to change (eventually) to the right path.
check the zip structure to see that
Click to expand...
Click to collapse
type this:
HTML:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
dd if=/sdcard/chargemon of=/system/bin/chargemon
dd if=/sdcard/charger of=/system/bin/charger
dd if=/sdcard/sh of=/system/xbin/sh
dd if=/sdcard/xrecovery.tar of=/system/xbin/xrecovery.tar
reboot
this should do it
cheers
where do i get this adb thing?
zm4 said:
where do i get this adb thing?
Click to expand...
Click to collapse
forguet it...
copy all files to sdcard then copy/paste to the right places after that use root explorer and do this ON EVERY FILE YOU COPIED:
HTML:
- Press and hold on each file;
- Check all Permitions on the drop down menu;
- After changes were made save and exit;
- Reboot.
try enter on xrec
*Cannot open for read: No such or directory* wth?
where does meta go?
zm4 said:
where does meta go?
Click to expand...
Click to collapse
Anywhere. Just copy the files I told you to. I didn't referred anything about that, did I?
Sent from my X10 Erenz MIUI 1.9.2 using Tapatalk
Just start all over with flashtool it will work then.
Go to settings then applications, then development, check debug mode.
Start flash tool on your pc and connect the phone
IF the phone is rooted, it should be recognized by flash tool
On flash tool click ask root perm, look at your phone screen, superuser should pop up asking if to give permission, simply choose allow.
Then click recovery on flash tool and wait a sec....
should pop up asking which gingerbread version to use. choose 0.3GB, since its gb version you have.
when you're ready to use xrecovery, restart the phone
as soon as the phone comes on and the first sony ericsson name comes up, keep pressing the back button, xrecovery will come up.
i did both kernel things...but the thing is it won't recognize my device as a rooted device...i have superuser and I have used apps that require root...so i guess the problem is well idk...and thats what i need help with sorting out.
1. Install busybox from market (xrec needs busybox)
2. Give root explorer root acces and mount /system writeable (look in settings of your file explorer)
3. Copy files to right place:
chargemon to /system/bin
charger to /system/bin
sh to /system/xbin
xrecovery.tar to /system/xbin
4. Give above files the right permissions (long touch on file and choose property option):
user > read, write, execute
other > read, execute
group > read, execute

[Q] How to Reboot instead of Battery Animation

Hi...
This is my first post in the forum (but have been a extensive crawler! in the forums).. please excuse me if I have posted this in the wrong place.
I am a budding developer in Android platform..while I have developed some small tools on Android, the project which I am on now demands a unique requirement.. I want to keep the phone running my application always on and must boot up automatically when a charger cable is plugged in. I know this question has been asked many times and there are many threads for this. But to no real answers..
I had managed to do the auto boot on power insert by editing a script called "battery-charging" in /system/bin in a version of Android I used earlier.
I managed to get the same effect in another device (a Samsung phone) by editing /system/bin/chargemon
Forum rule says I cannot post the external link ... this is how I did achieve what I wanted earlier...
Code:
echo "echo skipping chargemon" > chargemon.script
adb pull /system/bin/chargemon chargemon.backup
adb push chargemon.script /sqlite_stmt_journals
adb shell
$ cd /sqlite_stmt_journals
$ su
# mount -o remount,rw /dev/block/mtdblock0 /system
# cat chargemon.script > /system/bin/chargemon
# chmod 755 /system/bin/chargemon
# reboot -p
'
But I have been handed over a phone running Android 2.2.1 where I could not find both "chargemon" or any file regarding battery charging status in the /system/bin or in any other path.
I just have to edit the script which executes the battery charging animation graphics when the phone is switched off but is powered up to allow the phone to reboot.
Can anyone please guide me on which file to edit to make the phone reboot instead of just showing battery being charged..
Thanks and Regards,
Sen
Xperia Mini Pro does not start
I replaced the chargemon file and put my version with only one line(with 755 permissions):
echo startting...
but now, mi xperia mini does not start only shows the screen "sony ericcson"
any way to recover my phone, please ??
chargemon
antraxa said:
I replaced the chargemon file and put my version with only one line(with 755 permissions):
echo startting...
but now, mi xperia mini does not start only shows the screen "sony ericcson"
any way to recover my phone, please ??
Click to expand...
Click to collapse
I went in the /system/bin folder and deleted the chargemon file, this works for me (xperia ray).
The phone now boots when I plug in the charger.
(Make sure to backup the chargemon file before deleting it, in case this doesn't work.)
---------- Post added at 05:56 PM ---------- Previous post was at 05:51 PM ----------
antraxa said:
I replaced the chargemon file and put my version with only one line(with 755 permissions):
echo startting...
but now, mi xperia mini does not start only shows the screen "sony ericcson"
any way to recover my phone, please ??
Click to expand...
Click to collapse
I'm kind of a noob, but I think you can use flashtool to flash a new ROM and maybe you also need to reflash Kernel, maybe you need to unlock your bootloader first, this can also be done with flashtool.
sendil77 said:
I had managed to do the auto boot on power insert by editing a script called "battery-charging" in /system/bin in a version of Android I used earlier.
Code:
Hi! What changes did you make to the battery_charging script? I'm trying to do exactly this on a Xperia Tipo which has the same script.
Click to expand...
Click to collapse
Check apps which use boot_completed they all start at boot
Sent from my One V using Tapatalk
Sony Xperia XZ1 Devices
Aeneas1998 said:
I went in the /system/bin folder and deleted the chargemon file, this works for me (xperia ray).
The phone now boots when I plug in the charger.
(Make sure to backup the chargemon file before deleting it, in case this doesn't work.)
Click to expand...
Click to collapse
Thank you!! For my Sony Xperia XZ1 device it worked, but the file was in /vendor/bin folder instead of /system/bin
Hi Good Day!
Can you help me with my problem. I need to do exactly the same but my problem is I have different device and can't find any of files like playlpm, lpm, chargemon, and battery_charging. Btw, my device is Huawei Mate 8 running on nougat (NXT-AL10C00B592).

Categories

Resources