Replace framework-res using RootExplorer + Bueffel black theme - Sony Ericsson XPERIA X10 Mini

Maybe it's a known way, but I didn't find it yet . It works great for me. Your device has to be rooted.
Zocker Tko mentioned in his thread a black theme on a german forum. There's a little tutorial on that site on howto replace the framework-res.apk using Root Explorer:
* make a backup of the original file
* Copy framework-res.apk to the SD card
* Mount /system in RootExplorer as "rw"
* Copy framework-res.apk to /system
* Set permissions for framework-res.apk to 644. See screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
* Move framework-res.apk to /system/framework and replace the existing file (reported to be safer than copy).
* Reboot your phone.
Ofcourse all credits goes to Bueffel the original poster.

i didn't know this...
thanks for sharing!

Can this work with 2.1?

vippie said:
Maybe it's a known way, but I didn't find it yet . It works great for me. Your device has to be rooted.
Zocker Tko mentioned in his thread a black theme on a german forum. There's a little tutorial on that site on howto replace the framework-res.apk using Root Explorer:
* make a backup of the original file
* Copy framework-res.apk to the SD card
* Mount /system in RootExplorer as "rw"
* Copy framework-res.apk to /system
* Set permissions for framework-res.apk to 644. See screenshot:
* Copy framework-res.apk to /system/framework and replace the existing file.
* System reboots. If it doesn't reboot it yourself.
Ofcourse all credits goes to Bueffel the original poster.
Click to expand...
Click to collapse
thanks for the hint, but the framework on german site will it work on all mini pros with different lang??? and that file to download there

yea it works great = language netural

morning_wood said:
yea it works great = language netural
Click to expand...
Click to collapse
Just to double check, is that in reply to me. hehe

Mitchio said:
Can this work with 2.1?
Click to expand...
Click to collapse
Yes, I've done this on 2.1. The framework-res has to be a 2.1 version too ofcourse!

morning_wood said:
yea it works great = language netural
Click to expand...
Click to collapse
Yes no more blue :-D
Sent from my U20i using Tapatalk

the instructions are great, I actually use the "move" command after setting permission ( copy to /system, set permissions, then "move" to /system/framework = no auto-reboot )

My phone reboots as stated, but then it hangs at the Sony Ericsson logo

whooper90 said:
My phone reboots as stated, but then it hangs at the Sony Ericsson logo
Click to expand...
Click to collapse
I had this with other methods. Use PC suite or SEUS to restore.

vippie said:
I had this with other methods. Use PC suite or SEUS to restore.
Click to expand...
Click to collapse
I did a bunch of times now
But I want to get rid of the blue shi**y layout xD
EDIT: It works with the move instruction at the last step, instead of the copy instruction

Edit:
Doesn't matter now, just gonna start afresh...

whooper90 said:
I did a bunch of times now
But I want to get rid of the blue shi**y layout xD
EDIT: It works with the move instruction at the last step, instead of the copy instruction
Click to expand...
Click to collapse
For me.... (x10 mini with 2.1 Generic UK) with file "framework Black Build 2.0.A.0.504(111110).rar"
1) Copy framework res apk to sdcard:
adb push framework-res.apk /sdcard/framework-res.apk
2) Set permission (see first post) with rootexplorer on /sdcard/framework-res.apk
3) Copy with rootexplore YOUR OLD /system/framework-res.apk to /system/
3a)IMPORTANT!!! Rename framework copied in /system to framework-res.apka
3b)Copy new framework with RootExplorer from sdcard to /system
4) adb shell
5) su
6) mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system
7) dd if=/system/framework-res.apk of=/system/framework/framework-res.apk
If you see:
records in
xxxx records out
xxxx bytes transferred in xxxx secs (xxxx bytes/sec)
It's OK..
Your phone is rebooting, if you have any trouble after 2 minuts, don't reboot, with your hands, but:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system
dd if=/system/framework-res.apka of=/system/framework/framework-res.apk
and you have the old framework again
My good log....
C:\android\tools>adb shell
$ su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system
mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system
# dd if=/system/framework-res.apk of=/system/framework/framework-res.apk
dd if=/system/framework-res.apk of=/system/framework/framework-res.apk
17015+1 records in
17015+1 records out
8711993 bytes transferred in 4.007 secs (2174193 bytes/sec)
My bad log.... My phone with only Sonyericsson log, I DIDN'T REBOOT!!!!
C:\android\tools>adb shell
$ su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system
mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system
# dd if=/system/framework-res.apka of=/system/framework/framework-res.apk
dd if=/system/framework-res.apka of=/system/framework/framework-res.apk
17357+1 records in
17357+1 records out
8886815 bytes transferred in 3.914 secs (2270519 bytes/sec)
Sorry for my English...

whooper90 said:
EDIT: It works with the move instruction at the last step, instead of the copy instruction
Click to expand...
Click to collapse
Nice! Did try it too. Had to reboot manually afterwards, but it worked fine! I'll edit the first post.

thanks to vippie and to dettofatto
its really a good way, i have tested it with root explorer on my x10i and it worked!
but i don´t know what is safer, to work with rooteplorer or with adb shell, when something goes wrong, because i had the problem on my x10i a few days ago. I changed my framework with adb and there was no transfer, it reboot independently and it stand only on the Sonyericsson log, so i had to reflash it. I dont know why, because after reflashing, the same custom framework changed with adb worked. The problem was i think, there was no transfer and the phone reboots independently. So i had no chance to reach the phone over adb shell because permission permitted.
and i know no risk no fun, hehe, sry for bad english

BTW: the "German" framework-res is the BOMB!

It looks really nice that framework from german site, but wich file do i need to install?
x10 mini pro-black-framework-res190810.rar (1,83 MB, 257x aufgerufen)
x10 mini-black-framework-res190810.rar (1,83 MB, 200x aufgerufen)
SystemApps-Black230810.rar (6,07 MB, 201x aufgerufen)
framework-res-Black Build 1.2.A.1.174(280910).rar (2,83 MB, 73x aufgerufen)
SystemApps-Black Build 1.2.A.1.174(280910).rar (7,10 MB, 81x aufgerufen)
SytemApps Black Build 2.0.A.0.504(101110).rar (4,68 MB, 114x aufgerufen)
framework Black Build 2.0.A.0.504(111110).rar (2,54 MB, 97x aufgerufen)
?
And do i need to install all the system apps also to get the phone black?

How do you EDIT the framework-res.apk? how do you zip the file?
Do you have to zip the folder (it creates a folder inside the zip)? Or do you have to select all the contents of the folder and then zip those?

i'd like to thank the OP for the method, worked without trouble on my mini pro (generic french 2.1)

Related

[Theme]*-=ShArP sUtEr=-* Design For 2.1 [14.12.2010] Updated

hey frnds this is the theme made by me ... hope you all guys will like it...
Icon Pack Used:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ScreenShots:
1. Unrar archive.
2. Copy extracted files to /sdcard, and
3. In command prompt:
a) adb shell
b) su
c) remount /system partition as read-write (mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system)
d) replace framework-res.apk (busybox cp /sdcard/framework-res.apk /system/framework/framework-res.apk
System Apps
1. Unrar archive.
2. Copy extracted files to /sdcard, and
3. In command prompt:
a) adb shell
b) su
c) mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
d) busybox cp /sdcard/suquashiinputmethod.apk /system/app/suquashiinputmethod.apk
e) chmod 755 /system/app/suquashiinputmethod.apk )
Updates
20.11.2010: Added Custom Animation
23.11.2010: Added Reboot Impt. Files and new framework with reboot+A battery Icons + Custom Animation+Icons + My Lock Screen
24.11.2010: Added System Applications
14.12.2010: Fixed Reboot Files
Look @ This Thread For More Info ----Custom Animation
**Guys If u like this theme thank me by donating me .**​
looks really cool
well done
I will test it in the week-end
thanks
Will the keyboard become black on flashing the framework-res.apk only or some other .apks are to be pushed?
i'll make the the keyboard black too... u want the default input one??
shivenjuneja said:
i'll make the the keyboard black too... u want the default input one??
Click to expand...
Click to collapse
in the thred save way to replace framework-res.apk there is a link for a german site where all system apps is black and also default input, i use it with this framework-res.apk and it's nice
shivenjuneja said:
i'll make the the keyboard black too... u want the default input one??
Click to expand...
Click to collapse
Yeah the default input one. Will you use SushiInputBlack? I have read in a thread in this forum that SushiInput Black creates some problems on installation and refuses to work smoothly at the first instance.
@parthabhatta bro if u use adb method then i can promise that the installation will go smoothly just do the right steps in the installation part in 1st post .... @ request uploaded....enjoy....
bricked my x10 mini pro... after last command the phone started to restart and now it doesn't go past the "SONY ERICSSON" screen and doesn't turn on.. any solutions?
do u see the sony ericsson with logo or without logo?? means u passed the animation or not??? when u do this framework it will take more time then the normal reboot about 2-3 min.
How can I get, JUST your lock screen?
shivenjuneja said:
@parthabhatta bro if u use adb method then i can promise that the installation will go smoothly just do the right steps in the installation part in 1st post .... @ request uploaded....enjoy....
Click to expand...
Click to collapse
Thanks. Will try soon. How to replace SuqushiInput.apk, the same way as framework.res?
yes bro dont forget about the chmod .... look @ 1st post for more info
shivenjuneja said:
hey frnds this is the theme made by me ... hope you all guys will like it...
Icon Pack Used:
ScreenShots:
1. Unrar archive.
2. Copy extracted files to /sdcard, and
3. In command prompt:
a) adb shell
b) su
c) remount /system partition as read-write (mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system)
d) replace framework-res.apk (busybox cp /sdcard/framework-res.apk /system/framework/framework-res.apk
System Apps
1. Unrar archive.
2. Copy extracted files to /sdcard, and
3. In command prompt:
a) adb shell
b) su
c) mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
d) busybox cp /sdcard/suquashiinputmethod.apk /system/app/suquashiinputmethod.apk
e) chmod 755 /system/app/suquashiinputmethod.apk )
Updates
20.11.2010: Added Custom Animation
21.11.2010: Added SuquashiInputMethod
Look @ This Thread For More Info ----Custom Animation​
Click to expand...
Click to collapse
Hi shivenjuneja!
Nice work there!
When replace the framework-res.apk it will only put the colour icons, or will put your all theme?
I just wanna to replace the status bar icons...
Thank's!
Means you dont want battery mod and coloured status.?
Means I want all colour icons,including battery and others
Sent from my E10i using XDA App
thead updated guys Added system apps.... enjoy cheers...
shivenjuneja said:
thead updated guys Added system apps.... enjoy cheers...
Click to expand...
Click to collapse
Which app is for messaging?
Sent from my E10i using Tapatalk
conversations.
My Theme - Status Bar Color + A Battery Icon + Custom Animation + Reboot.rar shall i use that if i want the reboot menu then i will turn off my phone or use the Impt files for reboot and there shall i copy the files to?
knudsen81 said:
My Theme - Status Bar Color + A Battery Icon + Custom Animation + Reboot.rar shall i use that if i want the reboot menu then i will turn off my phone or use the Impt files for reboot and there shall i copy the files to?
Click to expand...
Click to collapse
I installed the framework from "My Theme - Status Bar Color + A Battery Icon + Custom Animation + Reboot.rar", but it didn't appear the reboot option?
What i have to made to do it?
Thank's!

Clean and pre-rooted 2.1 ROM

All credits go to pulpoff2 for this! This is not by me, I am merely the messenger. Only thing I did was to ask pulpoff for the files and a tutorial With his permission I will share it with you.
This will provide you with a fresh and unmodified 2.1-system, exactly like you would do the official update - only exception is that it is rooted. So all the apps and games of the official firmware are available and nothing else. You can remove the crap (like the games or timescape for example) by yourself after doing the steps below.
UPDATE:
There is a newer ROM by propc you can use instead of this one. Look here:
http://forum.xda-developers.com/showthread.php?t=888427
-- NEW --
propc kindly provides us with a shellscript to automate the steps below. See here for the script and a short manual:
http://forum.xda-developers.com/showpost.php?p=10067921&postcount=120
If the script doesn't work for you or you prefer to do things the manual way, you may use the steps below.
Download these files:
x8-2.1rooted.img.yaffs.rar
and
ISO-8859-1__unyaffs-arm.rar
Also download the 2.1-firmware from here or here. Unpack it on your computer and delete the "system.sin".
Unpack "x8rooted.img", "busybox" and "unyaffs" to SDcard.
You need 1.6 with root on your phone. By the way, all the data on your phone will be lost after doing the following steps, so making a backup is advised.
Use "adb shell" to connect to your phone and become su:
Code:
su
Copy "busybox" and "unyaffs" to /data/local/tmp. (Pulpoff says you should copy to /sbin, but this requires remounting with busybox. I copied to /sbin, but I think /data/local/tmp should work just fine)
Code:
cd /data/local/tmp
cat /sdcard/busybox > busybox
cat /sdcard/unyaffs > unyaffs
chmod the files to make them executable:
Code:
chmod 755 busybox
chmod 755 unyaffs
EDIT: If you want to copy the files to /sbin (like pulpoff2 advises), you can do this OPTIONAL step:
EDIT2: It was confirmed that this is indeed not necessary!
Remount the root directory to make /sbin writable. Then copy the files over and change the working directory to /sbin:
Code:
[strike]
./busybox mount -o remount,rw /
./busybox cp -prf busybox /sbin/
./busybox cp -prf unyaffs /sbin/
cd /sbin[/strike]
Remount /system as writable:
Code:
mount -o remount,rw /dev/block/mtdblock0 /system
Switch to busybox shell:
Code:
./busybox sh
Remove /system (yes, really!). It's normal to get errors because of the "lost+found"-folders. Ignore the errors.
Code:
./busybox rm -r /system
Unpack pre-rooted image to system. It should output "end of image" if it finishes correctly.
Code:
./unyaffs /sdcard/x8rooted.img /system
Your phone won't boot anymore now and it will crash as soon as you try to use it - that's normal! Go to next step.
Just remove the battery and the usb-cable from the phone, then re-attach the battery. Flash 2.1-kernel (without system.sin !!) using the flasher-tool by Bin4ry. If the flasher gives you an error because of a missing "loader.sin" you can take this file from the 1.6-firmware. Refer to Bin4ry's thread to learn how to use his flasher and how to enter flash-mode on your phone.
The phone should now boot, although the first boot can take a little while. If you get into a boot-loop or you just see the white sony ericsson logo (not the green one after the animation) for several minutes, it probably didn't work and you have to start over again by flashing 1.6.
This was written as I remember how I did it by myself. It worked for me at first try! If it works for you, please click the thanks-button. It will make me feel better
After you have your nice rooted 2.1 you probably want to enable JIT for a nice performance boost.
But does it have root? Bad reading.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
a-k-t-w said:
But does it have root?
Click to expand...
Click to collapse
Absolutely. But no busybox. So if you plan to enable JIT, you have to copy busybox to /system/bin by yourself.
a-k-t-w said:
But does it have root? Bad reading.
Click to expand...
Click to collapse
of course it is rooted.
now we know what to do with unyaffs.
2 things:
1. I've bought the phone with 1.6 android, but I was unable to root it with any method, then I've upgraded to 2.1 update 1. Is there any way to root it?
2. I have Hungarian language. Does it contain Hungarian language?
csengoi said:
2 things:
1. I've bought the phone with 1.6 android, but I was unable to root it with any method, then I've upgraded to 2.1 update 1. Is there any way to root it?
2. I have Hungarian language. Does it contain Hungarian language?
Click to expand...
Click to collapse
1: There is no way to directly root a phone with 2.1. You need to go back to 1.6, root it and then follow the above steps.
2: I guess so. As far as I know the firmware is the same for all countries.
Works like a charm! I removed the /system folder contents one by one though, using the method from the previous thread. Anyway, the first time I tried, unyaffs exited before extracting all the files (maybe the phone ran out of memory?). I didn't notice it and went on to flash the phone, ending up stuck at the Sony Ericsson logo. So, make sure that unyaffs reports that it has reached the "end of image" before moving on to the next step!
Thanks!!
cat /sdcard/busybox > busybox invalid lenght
cat /sdcard/unyaffs > unyaffs invalid lenght
how to proceed?
isaac12 said:
cat /sdcard/busybox > busybox invalid lenght
cat /sdcard/unyaffs > unyaffs invalid lenght
how to proceed?
Click to expand...
Click to collapse
in adb shell:
enter su and you have to look your mobile screen because it will ask you to allow su. (if you rooted well your phone)
i had this problem when i didn't press the allow button in superuser confirmation.
---dobule post--- sorry
trapacska said:
in adb shell:
enter su and you have to look your mobile screen because it will ask you to allow su. (if you rooted well your phone)
i had this problem when i didn't press the allow button in superuser confirmation.
Click to expand...
Click to collapse
rooted phone yes
su confirmed
cd /data/local/tmp
cat /sdcard/busybox > busybox invalid lenght
cat /sdcard/unyaffs > unyaffs invalid lenght
does it mount data.img on sdcard???
or i'll need to use chargemon from previous way?
WARR10r said:
does it mount data.img on sdcard???
or i'll need to use chargemon from previous way?
Click to expand...
Click to collapse
This has nothing to do with App2SD. Also the ROM gets loaded from internal flash, not from sdcard. The result is the same as with the official update, but with root.
If you want to have /data on sdcard, use the modified chargemon or neptun2's method.
I'm totally new to android but somehow i managed to get to number 8, and I have no idea how to switch to busybox shell, can somebody explain this bit in lamens terms please.
gully666uk said:
I'm totally new to android but somehow i managed to get to number 8, and I have no idea how to switch to busybox shell, can somebody explain this bit in lamens terms please.
Click to expand...
Click to collapse
try adding ./ before
gully666uk said:
I'm totally new to android but somehow i managed to get to number 8, and I have no idea how to switch to busybox shell, can somebody explain this bit in lamens terms please.
Click to expand...
Click to collapse
You should still be in "/data/local/tmp" as the working directory (check with "pwd"-command). If you followed the steps correctly, you should have a working busybox-file in there. So just type "busybox sh". If it looks like it does nothing, it's all right
isaac12 said:
rooted phone yes
su confirmed
cd /data/local/tmp
cat /sdcard/busybox > busybox invalid lenght
cat /sdcard/unyaffs > unyaffs invalid lenght
Click to expand...
Click to collapse
try to use another su. i rooted my x8 with superoneclick 1.5.0
I got stuck at SE logo for at least 10mins, it doesnt re-boot cycle although..
Sectoras said:
I got stuck at SE logo for at least 10mins, it doesnt re-boot cycle although..
Click to expand...
Click to collapse
That's way too long, something isn't right there. To start over again you have to flash back to 1.6.
Ok I had not realised the superuser permissions was not popping up on my phone that's sorted now. I get to number 8 again and it said permission denied

[MOD] Custom Photon Boot Animations / Screens **ROOT Required!** (8/17/11)

Ok fellow MoPhos...here's our first Boot Animation & Screen thread.
I'm gonna be whippin some up over the next few days...enjoy!!
Must Be Rooted
There are Two Methods for Doing This
Root Explorer method:
1. Rename your boot animation to bootanimation (if it's not already)
2. Put it on your SD card
3. Open Root Explorer and copy bootanimation.zip to /system/media. This will replace the existing boot animation (might be a good idea to rename stock one to bootanimation.zip.bak...just to have a backup)
4. Set permissions for the new bootanimation.zip (long press the file, choose permissions...then set it to match the backup exactly)
5. Reboot your phone
ADB method:
0. might be a good idea to rename stock one to bootanimation.zip.bak...just to have a backup...see above)
1. Make sure you have downloaded android sdk
2. Put android sdk in C:\
3. Set the directory of command prompt to C:\android-sdk-windows\platform-tools. Click here for a video tutorial.
4. Rename your boot animation to bootanimation and put it in C:\android-sdk-windows\platform-tools
5. Open cmd
6. Type in order:
-adb remount
-adb push bootanimation.zip /system/media/bootanimation.zip
-adb reboot
Boot Animations & Screens
►►Photon Space Warp Animated◄◄ - Credit BandageView attachment 692687
►►Star Trek Photon Screen◄◄ - Credit Bandage / Credit Image newalker91
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
►►Star Trek Photon Animated◄◄ - Credit Bandage / Credit Image newalker91
►►R2-D2 Droid◄◄ - Credit mdneilson
More to Come!!!
Reserved.....
Reserved2....
i keep trying to push the zip to the directory u said but its not working...keeps saying its a read-only file
C:\Root>adb push bootanimation.zip /system/media/bootanimation.zip
failed to copy 'bootanimation.zip' to '/system/media/bootanimation.zip': Read-on
ly file system
how do i get adb to connect
TexasRebel said:
i keep trying to push the zip to the directory u said but its not working...keeps saying its a read-only file
C:\Root>adb push bootanimation.zip /system/media/bootanimation.zip
failed to copy 'bootanimation.zip' to '/system/media/bootanimation.zip': Read-on
ly file system
how do i get adb to connect
Click to expand...
Click to collapse
Need to have your system set to RW (Read - Write). I've found THE easiest way to modify things like this is to grab Root Explorer from the market. Easy as pie this route! Not sure, but ES File Explorer MIGHT allow you to do the same.
Other than that, I have yet to use ADB to mount as RW on this device. Might shoot Yay4juggs or mikeyinid a PM and see what ADB command they are using for that...if they have done so in their exploration.
mount the file system with
Code:
adb shell
su
mount -o rw,remount /dev/block/mmcblk0p12 /system
Bandage said:
Need to have your system set to RW (Read - Write). I've found THE easiest way to modify things like this is to grab Root Explorer from the market. Easy as pie this route! Not sure, but ES File Explorer MIGHT allow you to do the same.
Other than that, I have yet to use ADB to mount as RW on this device. Might shoot Yay4juggs or mikeyinid a PM and see what ADB command they are using for that...if they have done so in their exploration.
Click to expand...
Click to collapse
ES File Exlporer has root access now
Good work... I'm loving the space warp one. It's a little laggy. But its cooler than ****.
Sent from this photon 4 f#@"# G
Any chance of providing a preview of all of the links?
I use Absolute System Root tools to install my boots. Works pretty well. Plus comes with a decent amount of them preinstalled.
Thank you Sir Bandage. If i didn't brake the bank-o-me on the phone I would be happy to buy you a beer right now. But I will as soon.
[email protected] said:
mount the file system with
Code:
adb shell
su
mount -o rw,remount /dev/block/mmcblk0p12 /system
Click to expand...
Click to collapse
Since /system is defined in fstab it isn't necessary to specify the block device... It can be done with:
Code:
mount -o rw,remount /system
Sent from my MB855 using Tapatalk
John Kotches said:
Since /system is defined in fstab it isn't necessary to specify the block device... It can be done with:
Code:
mount -o rw,remount /system
Sent from my MB855 using Tapatalk
Click to expand...
Click to collapse
Code:
[email protected]:~$ adb shell
$ su
# mount -o rw,remount /system
Usage: mount [-r] [-w] [-o options] [-t type] device directory
I have a question. I have a boot animation and I just want to change some of the colors, but when I do and try to reload it It wont show. is there some kind of secret im missing.
I've made themes but never tried to mess with boot animations, any help would be greatly appreciated.
Sent from my Moto Photon using xda premium
boot animation sound
Hi New to the photon 4G and rooting. I already rooted the Photon and want to install a boot animation. I already install the boot animation and it works perfect but I can not get the sound to work with animation. Is the photon capable of playing sound during animation. The animation I install is the one with the Killer-Droid-Destroys-Apple-boot-audio, it has the sound un a zip I have unzip in all the folder locations that I can think of. The only way I got the animation to work was to copy and paste to data\local. I have install the sound on the system\media, system\media\audio, in audio on all sub folders and at data\local folder. One thing I notices is the desc.text file has the following script:
480 800 200
p 1 0 part0
p 0 0 part1
I tried to write one with the following:
480 800 200
p 1 0 part0
s SPC_animation_final.mp3
p 0 0 part1
I got the Idea from another boot sound for the same boot animation, but that one has a script that will not load or play:
It plays on the Touch 4G
540 960 200
p 1 0 part0
s bootfx.mp3
p 0 0 part1
I tried it with the all spacings and no luck, I am hoping that somebody guides me in the right direction, or Am I out of Luck and the Photon will not play boot animation sounds.
Thanks for any help or advice.
Thank you for this! Very cool stuff! Got rid of that nasty Sprint animation Can't wait to see if more come along!
Here is one I built a while back and modded to use on Photon with multiple sounds (was curious if that was possible).
Also, the resolution is a little smaller than our screens since I made it for an older phone and because of that it doesn't fill up the screen on the Photon...maybe I'll redo it someday...
Use usual placement...bootanimation.zip in system/media and the 3 mp3 files in the mp3 files.zip go to system/media/audio/notifications.
Pic is sample of one frame in animation...
hdmunger said:
Here is one I built a while back and modded to use on Photon with multiple sounds (was curious if that was possible).
Also, the resolution is a little smaller than our screens since I made it for an older phone and because of that it doesn't fill up the screen on the Photon...maybe I'll redo it someday...
Use usual placement...bootanimation.zip in system/media and the 3 mp3 files in the mp3 files.zip go to system/media/audio/notifications.
Pic is sample of one frame in animation...
Click to expand...
Click to collapse
Haha, that's awesome. Played the sounds on my computer. While the first sound doesn't go with the LCars interface, the other two are pretty cool.
--EDIT--
Added this boot animation to my phone.
Does anyone know if the Photon Space Warp still exists, link doesn't work.
Sent from my MB855 using xda premium
I second that.
FernBch said:
Does anyone know if the Photon Space Warp still exists, link doesn't work.
Sent from my MB855 using xda premium
Click to expand...
Click to collapse
It seems as if the file hosting site is no long online. Would anyone be able to repost the space warp animation .zip?

[MOD] ☰ On-screen keys mod for ICS ☰

Official ICS 4.0.4 (SONY)
On-screen keys for the latest official ICS! -> Download
ICS 4.1.B.0.431 (SONY)
On-screen keys for the latest leaked ICS! -> Download
Polish Blood ICS 4.0.4
Please note: not cwm flashable.
Code:
adb shell mount -o remount,rw /system
adb push framework-res.apk /system/framework/framework-res.apk
adb shell chmod 644 /system/framework/framework-res.apk
adb shell mount -o remount,ro /system
adb reboot
Download
screenshot please
thank you!
great work!
krzemyk1981 said:
screenshot please
Click to expand...
Click to collapse
It takes 26 pt space on the bottom of your screen, other than that, no changes.
Hence your effective screen dimens is 845-26 = 819 x 480 after installing
For new Polish ROM
Polish Blood ICS 4.0.4
Please note: not cwm flashable.
Code:
adb shell mount -o remount,rw /system
adb push framework-res.apk /system/framework/framework-res.apk
adb shell chmod 644 /system/framework/framework-res.apk
adb shell mount -o remount,ro /system
adb reboot
Download
added for official ICS
Tested working on official ICS
Thanks
noob question
how to install
and
how to unstall
max_r said:
noob question
how to install
and
how to unstall
Click to expand...
Click to collapse
1. download
2. Place on sd card
3. rename to framework-res.apk
4. use root explorer to move it to /system
5. long press on it and chose permissions
6. Tick the following boxes
[*][*][-]
[*][-][-]
[*][-][-]
7. use root explorer to move to /system/framework
to uninstall, just keep a cpy of the original framework-res.apk and replace that
gregbradley said:
1. download
2. Place on sd card
3. rename to framework-res.apk
4. use root explorer to move it to /system
5. long press on it and chose permissions
6. Tick the following boxes
[*][*][-]
[*][-][-]
[*][-][-]
7. use root explorer to move to /system/framework
to uninstall, just keep a cpy of the original framework-res.apk and replace that
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
edit :- working on my neo ICS 4.0.4
Thanks working great !!!!!!!!!!!!!
shardul_seth said:
Official ICS 4.0.4 (SONY)
On-screen keys for the latest official ICS! -> Download
ICS 4.1.B.0.431 (SONY)
On-screen keys for the latest leaked ICS! -> Download
Polish Blood ICS 4.0.4
Please note: not cwm flashable.
Code:
adb shell mount -o remount,rw /system
adb push framework-res.apk /system/framework/framework-res.apk
adb shell chmod 644 /system/framework/framework-res.apk
adb shell mount -o remount,ro /system
adb reboot
Download
Click to expand...
Click to collapse
Hey Thanks shardul_seth, working great on my neo v with locked BL 4.0.4,
but my Home Icon have moved up but other four icons are unaffected, so if you have any solution to this will be helpful
jtushar53 said:
Hey Thanks shardul_seth, working great on my neo v with locked BL 4.0.4,
but my Home Icon have moved up but other four icons are unaffected, so if you have any solution to this will be helpful
Click to expand...
Click to collapse
Known bug, no solution. Problem only cosmetic, everything works fine
Ok ,working fine on 4.0.4 stock rom .
If you dont like ADB command stuff ,just download the onscreekeys 4.0.3 zip and replace (just drag and drop) the 4.0.4 framework-res.apk file onto it in the system/framework folder and then install that zip with CWM. It worked for me.
With apex launcher i have no medium Icon issues in the low bar.
Thanks!!!
I had a rooted neo v with bootloader locked with android 4.0.4 4.3.1,which file did i need to download correctly as i had a bootloop after replacing the apk.....
yapkl said:
I had a rooted neo v with bootloader locked with android 4.0.4 4.3.1,which file did i need to download correctly as i had a bootloop after replacing the apk.....
Click to expand...
Click to collapse
first one. Did you set the right permissions for framework-res.apk? the right permissions are rw- r-- r--.
georgeiulian89 said:
first one. Did you set the right permissions for framework-res.apk? the right permissions are rw- r-- r--.
Click to expand...
Click to collapse
i did this according to the post above on the downloaded apk then copy to firmware folder,after that,it restarted itself and bootlooped,what have i done wrong?
[*][*][-]
[*][-][-]
[*][-][-]
yapkl said:
i did this according to the post above on the downloaded apk then copy to firmware folder,after that,it restarted itself and bootlooped,what have i done wrong?
[*][*][-]
[*][-][-]
[*][-][-]
Click to expand...
Click to collapse
During your bootloop, enter recovery, wipe cache and dalvik-cache. and then reboot!
If still no joy, restore framework-res.apk from your backup via adb in recovery!
shardul_seth said:
During your bootloop, enter recovery, wipe cache and dalvik-cache. and then reboot!
If still no joy, restore framework-res.apk from your backup via adb in recovery!
Click to expand...
Click to collapse
Although i just redo the process,i somehow managed to did it ^^ thx!but just a question,can i add or exchange the multitask button to option button or can i change the colour of the buttons?
yapkl said:
Although i just redo the process,i somehow managed to did it ^^ thx!but just a question,can i add or exchange the multitask button to option button or can i change the colour of the buttons?
Click to expand...
Click to collapse
Changing colors is easy, changing order a little bit more complicated..
shardul_seth said:
Changing colors is easy, changing order a little bit more complicated..
Click to expand...
Click to collapse
Great...how to change the colour then?

[GUIDE][ADB] Deodex ND7 NEW ROOT Users

Hey guys,
I know A LOT of the new users want to use mods and theme things now that they are newly rooted on ND7 4.4.2. So I was trying to think of a way to make it easier to do so, one being deodex. For us who are unlocked, we develop and theme mostly on deodex system's. So lets get to the guide.. This will make all your apps in system/app and system/priv-app Deodex, therefore you can theme them and head over to my Mods Thread and take advantage of them!
Prerequisites:
PC
Android SDK and/or ADB
USB cable
Patience
First make sure you have USB Debugging enabled on your device (Go into About Device in Settings, Find Build Number, Hit it 8 times until you unlock developer settings. Go into Developer Settings..Scroll down.. Enable USB debugging) Let make sure ADB is setup correctly and working.. Open a cmd prompt where you installed ADB (If SDK it should be C:\SDK\platform-tools\) type:
Code:
adb devices
Your return should look something like this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If it does NOT look like this you need to either enable USB debugging, Grant the PC access to the phone or look up some guides on getting ADB started.
So once we know ADB works, lets download the zip I provided with the apps. These are pulled straight from ND7 Stock tar and Deodex by me, there should be no issues. I want you to extract them to your PC. Now lets make some folders on your internal sdcard(Use a root explorer/file explorer):
Folder names:
deodex_app
deodex_priv-app
Once you made the folders go ahead and copy the apps in their correct directory. App goes in deodex_app and Priv-app goes into deodex_priv-app.
When this is finished its time to start the ADB commands..
So we should already have our device connected and adb working with the return device serial number. Lets execute some cmds. After each line hit ENTER:
Code:
adb shell
su ([COLOR="Red"]MAKE SURE YOU GRANT SU PERMISSON!![/COLOR])
stop
mount -o rw,remount /system/ /system/
cp /sdcard/deodex_app/* /system/app/
rm /system/app/*.odex
cp /sdcard/deodex_priv-app/* /system/priv-app/
rm /system/priv-app/*.odex
mount -o ro,remount /system/ /system/
exit
exit
adb reboot
**BE SURE TO PAY ATTENTION TO YOUR COMMANDS...SPELLING AND SPACES ETC..
Once rebooted your device should update all apps..You should be Deodex and ready to do whatever your heart desires!!
Happy Theming! Any ?'s just post and ask! Want to learn how to Theme??? Head to this THREAD!!
PS: You want frameworks as well? Do this:
Download this zip, extract it, make a folder on your sdcard: deodex_frame. Copy unzipped contents to that new folder. Start ADB:
Code:
adb shell
su
stop
mount -o rw,remount /system/ /system/
cp /sdcard/deodex_frame/* /system/framework/
rm /system/app/*.odex
mount -o ro,remount /system/ /system/
exit
exit
adb reboot
Should update and be good to go! Enjoy!
@KennyG123 would mind making this sticky?? THANKS!
awesome, I've been using wanam xposed and love the outcome however there are still a few system ui errors. gonna try this and see what I get.
thanks
Sent from my SCH-I605 using Tapatalk
lacoursiere18 said:
Hey guys,
I know A LOT of the new users want to use mods and theme things now that they are newly rooted on ND7 4.4.2. So I was trying to think of a way to make it easier to do so, one being deodex. For us who are unlocked, we develop and theme mostly on deodex system's. So lets get to the guide.. This will make all your apps in system/app and system/priv-app Deodex, therefore you can theme them and head over to my Mods Thread and take advantage of them!
Prerequisites:
PC
Android SDK and/or ADB
USB cable
Patience
First make sure you have USB Debugging enabled on your device (Go into About Device in Settings, Find Build Number, Hit it 8 times until you unlock developer settings. Go into Developer Settings..Scroll down.. Enable USB debugging) Let make sure ADB is setup correctly and working.. Open a cmd prompt where you installed ADB (If SDK it should be C:\SDK\platform-tools\) type:
Code:
adb devices
Your return should look something like this:
View attachment 2945524
If it does NOT look like this you need to either enable USB debugging, Grant the PC access to the phone or look up some guides on getting ADB started.
So once we know ADB works, lets download the zip I provided with the apps. These are pulled straight from ND7 Stock tar and Deodex by me, there should be no issues. I want you to extract them to your PC. Now lets make some folders on your internal sdcard(Use a root explorer/file explorer):
Folder names:
deodex_app
deodex_priv-app
Once you made the folders go ahead and copy the apps in their correct directory. App goes in deodex_app and Priv-app goes into deodex_priv-app.
When this is finished its time to start the ADB commands..
So we should already have our device connected and adb working with the return device serial number. Lets execute some cmds. After each line hit ENTER:
Code:
adb shell
su ([COLOR="Red"]MAKE SURE YOU GRANT SU PERMISSON!![/COLOR])
stop
mount -o rw,remount /system/ /system/
cp /sdcard/deodex_app/* /system/app/
rm /system/app/*.odex
cp /sdcard/deodex_priv-app/* /system/priv-app/
rm /system/priv-app/*.odex
mount -o ro,remount /system/ /system/
exit
exit
adb reboot
**BE SURE TO PAY ATTENTION TO YOUR COMMANDS...SPELLING AND SPACES ETC..
Once rebooted your device should update all apps..You should be Deodex and ready to do whatever your heart desires!!
Happy Theming! Any ?'s just post and ask! Want to learn how to Theme??? Head to this THREAD!!
PS: You want frameworks as well? Do this:
Download this zip, extract it, make a folder on your sdcard: deodex_frame. Copy unzipped contents to that new folder. Start ADB:
Code:
adb shell
su
stop
mount -o rw,remount /system/ /system/
cp /sdcard/deodex_frame/* /system/framework/
rm /system/app/*.odex
mount -o ro,remount /system/ /system/
exit
exit
adb reboot
Should update and be good to go! Enjoy!
@KennyG123 would mind making this sticky?? THANKS!
Click to expand...
Click to collapse
So do you copy the the contents of deodex_app/app to deodex_app on the phone or do you copy the app folder itself to the phone
sergeptx said:
So do you copy the the contents of deodex_app/app to deodex_app on the phone or do you copy the app folder itself to the phone
Click to expand...
Click to collapse
Unzip it and there should be a /app and /priv-app folder.. Make a folders called deodex_app and deodex_priv-app on your sdcard.. open those folders and copy the contents(the actual apps) inside of those folders
lacoursiere18 said:
Unzip it and there should be a /app and /priv-app folder.. Make a folders called deodex_app and deodex_priv-app on your sdcard.. open those folders and copy the contents(the actual apps) inside of those folders
Click to expand...
Click to collapse
Thanks.... gonna try it
Could you just copy and paste using a root explorer as well
Sent from my SCH-I605 using XDA Free mobile app
dillonorden said:
Could you just copy and paste using a root explorer as well
Sent from my SCH-I605 using XDA Free mobile app
Click to expand...
Click to collapse
Nope..
Don't know what I did wrong but I'm stuck at the verizon boot logo...
Only thing I did different was created folders on internal storage on pc instead of using root browser on phone.
Nice write up lacoursiere18, worked like a charm. :good: thanks for the deodexed files
got the apps and priv-apps deodexed fine but, when I get to the part for framework the copy goes fine but when I do rm /system/app/*.odex it fails and says no .odex found. Should it be rm /system/framework/*.odex ??? Seems to have worked, don't see any odex files. Thanks for the write up!

Categories

Resources