Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Zocker Tko
Old
(Last edited by Zocker Tko; 18th December 2010 at 08:16 PM.)
#1  
Zocker Tko's Avatar
Senior Member - OP
Thanks Meter 61
Posts: 311
Join Date: May 2010
Default xrecovery i wish it for my x10 mini pro

hi all xrecovery released by zdzihu !!!!!!!! Thank you

for now you must go here http://forum.xda-developers.com/show...23#post9913723


thanks for all who have testet and postet here


now for me here is closed
se w810i was my first hacked phone


Samsung Galaxy S III GT-I9300
rom:-WanamLite MB5 V6.2
kernel:Perseus-alpha33.3
acer iconia tab A501
rom: A500/A501 JB-MR1(4.2) device building - v8

my wife devices
Samsung Galaxy S III GT-I9300- Sotmax Jelly Bean Ultimate Stock V14/Perseus-alpha33.3
Samsung Ace S5380i
Samsung Galaxy Tab 10.1N - ICS_4.0.4_stock_rooted
 
peetr_
Old
#2  
Senior Member
Thanks Meter 1047
Posts: 1,577
Join Date: Oct 2010
I would like to have xrecovery on my X10mini, so i tried to make some edits in that, but no success.
I already posted my finding to xrecovery X10 thread, so i post it here again:

For x10 mini, i think, there should be event1 instead of event2 i "chargemon" file
Tried with "getevent" in adb
I see then some feedback on the "Sony Ericsson" boot screen while i keep pressing "back"
When i stop pressing, then goes logo, then reboot and booting normally
I think "mtdblocks" are different from X10 - this is for x10 mini:
dev: size erasesize name
mtd0: 0ce00000 00020000 "system"
mtd1: 03200000 00020000 "cache"
mtd2: 00040000 00020000 "appslog"
mtd3: 0d3c0000 00020000 "userdata"

P.S. sorry for bad English
 
owain94
Old
#3  
owain94's Avatar
Recognized Developer / Contributor
Thanks Meter 5669
Posts: 3,415
Join Date: Sep 2010
Location: The Hague

 
DONATE TO ME
x10 big one
Code:
dev:    size   erasesize  name
mtd0: 00440000 00020000 "appslog"
mtd1: 06f40000 00020000 "cache"
mtd2: 160a0000 00020000 "system"
mtd3: 1d100000 00020000 "userdata"
x10 mini
Code:
dev: size erasesize name
mtd0: 0ce00000 00020000 "system"
mtd1: 03200000 00020000 "cache"
mtd2: 00040000 00020000 "appslog"
mtd3: 0d3c0000 00020000 "userdata"
x10 mini pro
Code:
dev: size erasesize name
mtd0: 0ce00000 00020000 "system"
mtd1: 0d3c0000 00020000 "userdata"
mtd2: 03200000 00020000 "cache"
mtd3: 00040000 00020000 "appslog"
 
DaRk_dOg
Old
#4  
DaRk_dOg's Avatar
Recognized Themer
Thanks Meter 2122
Posts: 877
Join Date: Oct 2010
I have also tried several times to make it work on my mini (E10i) just by changing blocks, but no luck.

I always get an error ine this line:

mount -o rw -t yaffs2 /dev/block/mtdblock2 /data/local/tmp/xrecovery

Invalid argument.
SE X10 mini MiniCM10 | HTC Desire HD CyanogenMod10 | Samsung Galaxy Nexus CyanogenMod10

My Themes:
Crystal CM7 || Crystal 2 CM10
 
Manny-
Old
(Last edited by Manny-; 12th December 2010 at 11:09 AM.) Reason: Nvm thought something else..
#5  
Manny-'s Avatar
Senior Member
Thanks Meter 282
Posts: 471
Join Date: Nov 2009
Location: Bradford - Mobile: HTC Evo 3D

 
DONATE TO ME
Hope this works..
 
Zocker Tko
Old
#6  
Zocker Tko's Avatar
Senior Member - OP
Thanks Meter 61
Posts: 311
Join Date: May 2010
Quote:
Originally Posted by peetr_ View Post
I would like to have xrecovery on my X10mini, so i tried to make some edits in that, but no success.
I already posted my finding to xrecovery X10 thread, so i post it here again:

For x10 mini, i think, there should be event1 instead of event2 i "chargemon" file
Tried with "getevent" in adb
I see then some feedback on the "Sony Ericsson" boot screen while i keep pressing "back"
When i stop pressing, then goes logo, then reboot and booting normally
I think "mtdblocks" are different from X10 - this is for x10 mini:
dev: size erasesize name
mtd0: 0ce00000 00020000 "system"
mtd1: 03200000 00020000 "cache"
mtd2: 00040000 00020000 "appslog"
mtd3: 0d3c0000 00020000 "userdata"

P.S. sorry for bad English
ok thanks here the output from getevent in adb


- from x10i big

C:\android-sdk\tools>adb shell
adb server is out of date. killing...
* daemon started successfully *
$ su
su
# getevent
getevent
add device 1: /dev/input/event5
name: "qwerty"
add device 2: /dev/input/event4
name: "8k_handset"
add device 3: /dev/input/event3
name: "compass"
add device 4: /dev/input/event2
name: "es209ra_keypad"
add device 5: /dev/input/event0
name: "es209ra_keypad"
add device 6: /dev/input/event1
name: "es209ra_touch"



-fom x10 mini pro

C:\android-sdk\tools>adb shell
adb server is out of date. killing...
* daemon started successfully *
$ su
su
# getevent
getevent
add device 1: /dev/input/event4
name: "systemconnector"
add device 2: /dev/input/event3
name: "qwerty"
add device 3: /dev/input/event2
name: "cy8ctma300_ser"
add device 4: /dev/input/event1
name: "compass"
add device 5: /dev/input/event0
name: "mimmi_keypad"



Hmm, ok see the difference in the chargemon

cat /dev/input/event2 > /dev/keycheck& -think here to change the event2 to event0 for pressing keypad

i will try it and report later
se w810i was my first hacked phone


Samsung Galaxy S III GT-I9300
rom:-WanamLite MB5 V6.2
kernel:Perseus-alpha33.3
acer iconia tab A501
rom: A500/A501 JB-MR1(4.2) device building - v8

my wife devices
Samsung Galaxy S III GT-I9300- Sotmax Jelly Bean Ultimate Stock V14/Perseus-alpha33.3
Samsung Ace S5380i
Samsung Galaxy Tab 10.1N - ICS_4.0.4_stock_rooted
The Following User Says Thank You to Zocker Tko For This Useful Post: [ Click to Expand ]
 
DaRk_dOg
Old
#7  
DaRk_dOg's Avatar
Recognized Themer
Thanks Meter 2122
Posts: 877
Join Date: Oct 2010
Quote:
Originally Posted by Zocker Tko View Post
ok thanks here the output from getevent in adb


- from x10i big

C:\android-sdk\tools>adb shell
adb server is out of date. killing...
* daemon started successfully *
$ su
su
# getevent
getevent
add device 1: /dev/input/event5
name: "qwerty"
add device 2: /dev/input/event4
name: "8k_handset"
add device 3: /dev/input/event3
name: "compass"
add device 4: /dev/input/event2
name: "es209ra_keypad"
add device 5: /dev/input/event0
name: "es209ra_keypad"
add device 6: /dev/input/event1
name: "es209ra_touch"



-fom x10 mini pro

C:\android-sdk\tools>adb shell
adb server is out of date. killing...
* daemon started successfully *
$ su
su
# getevent
getevent
add device 1: /dev/input/event4
name: "systemconnector"
add device 2: /dev/input/event3
name: "qwerty"
add device 3: /dev/input/event2
name: "cy8ctma300_ser"
add device 4: /dev/input/event1
name: "compass"
add device 5: /dev/input/event0
name: "mimmi_keypad"



Hmm, ok see the difference in the chargemon

cat /dev/input/event2 > /dev/keycheck& -think here to change the event2 to event0 for pressing keypad

i will try it and report later

Just in case you could also check mini:

Code:
C:\Users\The Fear Itself>adb shell
adb server is out of date.  killing...
* daemon started successfully *
$ su
su
# getevent
getevent
add device 1: /dev/input/event4
  name:     "systemconnector"
add device 2: /dev/input/event3
  name:     "qwerty"
add device 3: /dev/input/event2
  name:     "compass"
add device 4: /dev/input/event1
  name:     "robyn_keypad"
add device 5: /dev/input/event0
  name:     "synaptics-rmi-touchscreen"
Thank you in advance
SE X10 mini MiniCM10 | HTC Desire HD CyanogenMod10 | Samsung Galaxy Nexus CyanogenMod10

My Themes:
Crystal CM7 || Crystal 2 CM10
 
Zocker Tko
Old
#8  
Zocker Tko's Avatar
Senior Member - OP
Thanks Meter 61
Posts: 311
Join Date: May 2010
ok first !!!warning for the x10 mini users!!!, because i think you cant remove your akku, is it right? Maybe you can brick your phone!
My Tests are only for the X10 mini pro

ok why

i have changed in the chargemon for my x10 mini pro!!!

cat /dev/input/event0 > /dev/keycheck&

so i installed the xrecovery make a reboot and press the menu back button after SE logo screen. In the first mom i thougt i have bricked my phone, because it was still on the SE logo, so i removed my akku and started again my phone and it booted normally

but the good thing is, my phone will do something, think it will go into the xrecovery but it cant.

sry for bad english
se w810i was my first hacked phone


Samsung Galaxy S III GT-I9300
rom:-WanamLite MB5 V6.2
kernel:Perseus-alpha33.3
acer iconia tab A501
rom: A500/A501 JB-MR1(4.2) device building - v8

my wife devices
Samsung Galaxy S III GT-I9300- Sotmax Jelly Bean Ultimate Stock V14/Perseus-alpha33.3
Samsung Ace S5380i
Samsung Galaxy Tab 10.1N - ICS_4.0.4_stock_rooted
 
DaRk_dOg
Old
#9  
DaRk_dOg's Avatar
Recognized Themer
Thanks Meter 2122
Posts: 877
Join Date: Oct 2010
Quote:
Originally Posted by Zocker Tko View Post
ok first !!!warning for the x10 mini users!!!, because i think you cant remove your akku, is it right? Maybe you can brick your phone!
My Tests are only for the X10 mini pro

ok why

i have changed in the chargemon for my x10 mini pro!!!

cat /dev/input/event0 > /dev/keycheck&

so i installed the xrecovery make a reboot and press the menu back button after SE logo screen. In the first mom i thougt i have bricked my phone, because it was still on the SE logo, so i removed my akku and started again my phone and it booted normally

but the good thing is, my phone will do something, think it will go into the xrecovery but it cant.

sry for bad english
You dont need to remove the battery in mini, i've got "other" methods.

But anyway, if you find the proper sequence of events, please post it here so maybe we could do something for mini too!
SE X10 mini MiniCM10 | HTC Desire HD CyanogenMod10 | Samsung Galaxy Nexus CyanogenMod10

My Themes:
Crystal CM7 || Crystal 2 CM10
 
peetr_
Old
#10  
Senior Member
Thanks Meter 1047
Posts: 1,577
Join Date: Oct 2010
So i tried almost everything with mtdblocks and still no success.
I figured out, there is no way to mount mtdblock2 into anything else then /system or /data or /cache and maybe something else, but not into the folder with xrecovery.tar only
My last try was copying busybox and chargemon to /system/bin,
made the directory /xrecovery, copied there xrecovery.tar, changed some permissions,
mounted mtdblock0 to /xrecovery (also changed in chargemon),now there was system folder together with xrecovery.tar then restarted.
On back pressing, something happend - i think xrecovery.tar decompressed, then was logo, restart, normal boot (longer), but phone partially bricked (i think busybox) - malfunctions - bad root, no app2sd, bad adb shell, cannot reinstall busybox - but maybe all of this because of bad permissons.
Then with ESfile explorer i saw the /xrecovery folder disappeared.
I donīt have no idea what else to try. And i am tired of this now :)

P.S. Sorry for bad English

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...