[APP] Optimus Z Arc Video Editor - Nexus One Themes and Apps

I saw that LG Optimus's video editor is bein ported over to Vibrant..
http://forum.xda-developers.com/showthread.php?t=770737
Is it working on N1 too? (I didnt want to try myself.. )
If not, can anybody make it work on N1 too?
Thanks..

Keshav_CoolDude said:
I saw that LG Optimus's video editor is bein ported over to Vibrant..
http://forum.xda-developers.com/showthread.php?t=770737
Is it working on N1 too? (I didnt want to try myself.. )
If not, can anybody make it work on N1 too?
Thanks..
Click to expand...
Click to collapse
dude, a single app is not gonna break the N1 try it out and see if it works.

Okay.. I tried it.. But after showing loading for a couple of seconds, it FCs..

No one interested in this?

+1 would def. be cool to have

Somebody please work on it..

Finally we have got a video editor and no one is showing interest to port it?

Keshav_CoolDude said:
Finally we have got a video editor and no one is showing interest to port it?
Click to expand...
Click to collapse
what he said

Would lve to see it ported over, ive been looking for this kind of app!

I'd love to see this, too.

Anyone?...

what does logcat say when it FCs?

Will post it soon.. I didnt see the logcat..

tried it, got an error about it unable to load a .so file (it exists and is readable). post on main thread: http://forum.xda-developers.com/showpost.php?p=9157469&postcount=32
What I did:
1) copy the 3rd_party folder from the .zip to my sdcard
2) run:
Code:
adb shell
su
#was getting a read only filesystem error, so
mount -o rw,remount -t yaffs2 /dev/mtdblock3 /system
#copy
cp -r /sdcard/3rd_party /system/
#grant everyone read access
chmod -R 755 /system/3rd_party/ArcSoft/VideoEditor/*
3)install the apk.

Related

HTC PDFviewer working on JF and Haykuro builds!

I"ve been whinging about this for awhile. A champion called strazzere has managed to patch the pdfviewer.apk. And has been tested on the JF build and Haykuro builds and also the latest SPL
Check it out his awesome work - http://strazzere.com/blog/?p=266
Original thread at apps forum - http://forum.xda-developers.com/showthread.php?t=506595&page=4
Instructions
1. Download referenced files
http://www.strazzere.com/android/libpdfreader.so
http://www.strazzere.com/android/FilePicker.apk
http://www.strazzere.com/android/PDFViewer.apk
2. Copy all files to your sdcard
3. Install the patched pdfviewer.apk either using your standard file explorer (Astro, Lina, etc) or using:
adb install /location_of_your_file/PDFviewer.apk
4. Copy the refenced files to the correct location, either adb shell or terminal emulator punch in:
$ su
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
# cp /sdcard/libpdfreader.so /system/lib
# cp /sdcard/FilePicker.apk /system/app
Enjoy =]
Problems and Fixes
--------------------
If you have any initial problems, try redownloading the files because they may be corrupted.
FilePicker does NOT need to be "installed (going through Linda/Astro file manager or adb install)" so to speak, just following the above steps and copying it to correct place is sufficient.
A JF complete image with Pdfviewer included:
savethechicken said:
if anyone wants it I have compiled JF1.5 with this Pdfviewer and the new Better Terminal (old one removed) app already installed you just have to ALT + S. I have tested it on my device and it works perfect. I didn't do anything special and am taking no credit for the ROM as I just copied the files into the right spots and resigned the .zip file.
I tested it twice... both times flashed without any problems
If you choose to use it just like any other ROM update.
Rename update.zip
boot into recovery
alt+s
home+back
**should not have to wipe**
PDFJF1.5.zip
Click to expand...
Click to collapse
Enjoy =]
Yeah, hey...does that come in a shiny noob edition?
You mean without using adb?
tr.slate said:
Yeah, hey...does that come in a shiny noob edition?
Click to expand...
Click to collapse
Follow the link and download the 3 files: libpdfreader.so, FilePicker.apk, PDFViewer.apk.
Open the terminal and enter the following:
$ su
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
# cp /sdcard/libpdfreader.so /system/lib
# cp /sdcard/FilePicker.apk /system/app
# reboot
When the phone restarts, use a file explorer of your choice to find and install PDFViewer.apk via package installer.
Gonna try this later
works great!
thanks!
glad you like it thanks for the rehash smurphete, and thank you for retaining the credits
thx for this.
Works great on jf's build, thanks for sharing.
Go Lakers!!!
strazzere...
AWESOME!!!!
works great thanks!!!
thanks alot
Thanks for the great I used download crutch and the second set of instructions using the terminal worked fine. Never undertood using adb when all can be done right from the phone no pc needed.
works great! thanks!
Awesome! Thanks guys!
Cool that he got it working on JF 1.5, but the HTC PDF viewer is so slow, RepliGo Reader on the Market render pages much faster.
I was using repligo before this came out...I think repligo and htc pdfviewer render pretty much the same speed. Biggest annoyance about repligo is that it renders one page at a time. Look at one lecture slide. Next page....wait....wait...wait....rendered...damn not the slide i want...maybe its page 5.....go to page 5.....wait...wait...wait....
Whereas pdfviewer renders multiple pages at a time. But repligo is completely pwns pdfviewer when you zoom in and out, no loading time at all.
And repligo costs $$$ && think of us poor souls in countries without paid apps...well legitimately anyways
Im sorry, did i miss something? the pdf viewer i pulled from either a haykuro build or one from thedudes a long time ago has been working fine on any build ive used. im on jf1.5 now and it works with no problems
Thanks for this, been wanting it. Works great.
There is yet another way to do this from your PC, maybe easier for some.
1. Download the files to your /sdk/tools folder.
2. At a command prompt enter the following commands:
a. adb remount
b. adb push libpdfreader.so /system/lib
c. adb push FilePicker.apk /system/app
d. adb push PDFViewer.apk /system/app
All done.
Thanks to all who contributed to this, it actually opened a pdf that I couldn't previously view on my phone!
Nice work on this. I messed around with the bytecode of this thing for hours trying to remove the calls into com.htc.protection but eventually got frustrated and gave up. Glad someone with more patience picked this up.
Anybody try it on an HTC 1.5 f/w?

get multitouch in jf 1.51 US..the easy way

to fix the multitouch bug you just have to run these few commands in terminal emulator:
Code:
su
mount -o rw,remount /system
rm /system/app/Browser.odex
reboot
myabe im doing something wrong but i keeo getting
rm: cannot remove '/system/app/Browser.obex' : Nosuch file or directory
any suggestion?
Try Browser.odex instead
Browser.odex worked for me
lol, the original poster should edit his post.
No joy either file types
Denkai said:
No joy either file types
Click to expand...
Click to collapse
same here.
No odex files in my JFv1.51
# ash
ash
/ # find . -name "*.odex"
find . -name "*.odex"
/ # id
id
uid=0(root) gid=0(root)
/ #
That's because if you just recently downloaded JFv1.51, JF re-packaged it to not include the file that needed to be deleted.
From here:
Note: I’ve updated the US and UK downloads in the v1.51 release blog post to an updated version that has this fix. I didn’t update the version number since this is a small problem that is easily fixed. I believe jf updater has been updated with the fixed builds as well.
Click to expand...
Click to collapse
Don't you people bother confirming whether you have multi-touch already before you try fixing something that isn't broken? If the file's not there you should already be good to go.
And they're not different file types, "obex" was a typo, "odex" is correct.
What are those odex files? Seems like every system app has one.
DOHCtor said:
What are those odex files? Seems like every system app has one.
Click to expand...
Click to collapse
http://groups.google.com/group/andr.../567d69603d2ef3f4?show_docid=567d69603d2ef3f4
If you need that deciphered further... just ask
awesome thanks guys odex worked for me!
momentarylapseofreason said:
http://groups.google.com/group/andr.../567d69603d2ef3f4?show_docid=567d69603d2ef3f4
If you need that deciphered further... just ask
Click to expand...
Click to collapse
Me confused lol
I was checking the jf build info and it said us version didn't have multitouch, come to find out it does. Thanks for the tip.
The easiest way to get multitouch in the browser is to just go to http://www.wise-projects.com/android/browser.apk on your phone, and download that, then install it.
And you should have multitouch!

Nexus One Lockscreen & Fresh Rom 2.0d doesn't work?

I installed the Nexus One lockscreen, but it's not coming out right? Instead of the icons (Lock & Sound) being on the sides, they're are on the top and bottom?
I got the .zip file from here:
Code:
http://forum.ppcgeeks.com/showthread.php?t=116124
Launcher2 was included...
Darkshneider said:
Launcher2 was included...
Click to expand...
Click to collapse
I'm new at this stuff. So it won't work?
Launcher2 does. Menu > Settings > Applications > Manage > HTC Sense >scroll down a little bit and click Clear Defaults. When you press Home, it will ask you wich "Home" you want to go to. Choose Launcher2.
Darkshneider said:
Launcher2 does. Menu > Settings > Applications > Manage > HTC Sense >scroll down a little bit and click Clear Defaults. When you press Home, it will ask you wich "Home" you want to go to. Choose Launcher2.
Click to expand...
Click to collapse
Darkshneider....... you ok?
No, my brain is overloaded.
Darkshneider said:
No, my brain is overloaded.
Click to expand...
Click to collapse
It shows..its ok. Unload some of that over Easter weekend.
BTW As far as Lockscreen is concerned. I just removed HTCLockScreen.apk and rebooted. and had what I think is the Nexus Lockscreen. Only thing I am not able to achieve is the Dialer which is in Nexus ROM.
I never used a update.zip file I used ADB and these commands
adb remount
adb shell
su (<you dont need to do this if you have Root access already)
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
rm system/app/HtcLockScreen.apk
reboot
DroidDhakan said:
It shows..its ok. Unload some of that over Easter weekend.
BTW As far as Lockscreen is concerned. I just removed HTCLockScreen.apk and rebooted. and had what I think is the Nexus Lockscreen. Only thing I am not able to achieve is the Dialer which is in Nexus ROM.
Click to expand...
Click to collapse
Um, how do you do that? My bad I'm a noob at this lol. Have to use the command prompt right?
Edit: Says no such file or directory?
Maybe I'll reinstall the rom.
Lessthantito said:
I never used a update.zip file I used ADB and these commands
adb remount
adb shell
su (<you dont need to do this if you have Root access already)
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
rm system/app/HtcLockScreen.apk
reboot
Click to expand...
Click to collapse
AFAIK adb remount is the same thing as your whole mount command there. that step isnt needed
Lessthantito said:
I never used a update.zip file I used ADB and these commands
adb remount
adb shell
su (<you dont need to do this if you have Root access already)
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
rm system/app/HtcLockScreen.apk
reboot
Click to expand...
Click to collapse
See below.
andyriot said:
AFAIK adb remount is the same thing as your whole mount command there. that step isnt needed
Click to expand...
Click to collapse
Correct.
Negrito said:
See below.
Correct.
Click to expand...
Click to collapse
i feel privileged that your sig is quoting me!
fixxxer2008 said:
i feel privileged that your sig is quoting me!
Click to expand...
Click to collapse
LMAO
10chars
SupahDave said:
LMAO
10chars
Click to expand...
Click to collapse
+1 fix was joking and some of the members took it the wrong way. anyways, what does the nexus lockscreen look like?
West650 said:
Um, how do you do that? My bad I'm a noob at this lol. Have to use the command prompt right?
Edit: Says no such file or directory?
Maybe I'll reinstall the rom.
Click to expand...
Click to collapse
When you type "rm /system/blah blah blah" you have to make sure everything is capitalized like it is on your rom, check the files in a file manager to see how its spelt and capitalized.
I just copy and pasted what I did that worked for me, this won't work for any of the newer 2.1 roms for some reason even tho it worked just fine for Damageless2.1 and a couple of others but the new ones based off of Sprint leaks are screwing up the lock image and so far noone has a fix
i installed lockbot and im always skeptical of 3rd party lockscreens but this one amost gets the job done..just no music audio control with screen off and some lag
Quote from Fresh 2.0d release notes
The stock vanilla lock screen is still broken. This is straight from HTC and is how it is
Click to expand...
Click to collapse
That update.zip that you linked to has 0 files in it. All it does is:
Code:
delete SYSTEM:app/HtcLockScreen.apk
delete SYSTEM:app/HtcLockScreen.odex
Once you do that the vanilla lock screen takes over. The vanilla lockscreen on all of our Sprint leaks has been broken. It is part of the frameworks and is not a separate apk.

Custom Window Animations +

I was experimenting with the framework-res.apk and there i get a folder named anim. So I put some anim files from many ROM's of Galaxy i9000's anim files in i5801 and it works.
So I uploaded it here, If U want, than U can grab it from here.
It's really very cool.
How to :
if you want to use these animations:
1. Download the file in zip format.
2. Just extract the framework-res.apk from the zip file.
3. Now put the framework-res.apk into /sdcard.
4. Now do backup of framework-res.apk and copy it into /sdcard/external_sd or wherever you want.
5. Now put the framework-res.apk in /system/framework using root explorer. Sorry I don't know how to push it using ADB
6. It can only be possible if the phone is rooted.
7. Make sure the /system/framework space is this much enough to copy the file.
8. Now reboot the device and feel the changes.
~_^
Bounce >>>> http://www.multiupload.com/F0I5CR04GM
Flip >>>>>>> http://www.multiupload.com/71OK1YA4XF
Fold >>>>>> http://www.multiupload.com/Z1NZFZFBQ9
Flying >>>>> http://www.multiupload.com/4QMTZVEV4M
Original >>>> http://www.multiupload.com/RUQZ9IBPL1
It will work on any 2.2 Froyo
Nice find Will definately check it out this evening!
Now trying it, the bource version, will report back soon.
EDIT: I Cant boot any more.. JPF
booted. JPF Clean. Works, very nice. Thank you.
Can you upload the original framework-res.apk from jpf?
EDIT1: Dont Need it anymore, reflashed the phone with jpf
EDIT2: After Reflash works without problems!
EDIT3: Original File is also here, sry hevent seen it.
can u make update.zip files? pls
TFS.....
thx
it's working nice with my modded livewallpapers firmware too!
Can you put some screens there?
And can someone inform me if it is a succes on JPF-rom?
Thanks
ilendemli said:
Can you upload the original framework-res.apk from jpf?
EDIT1: Dont Need it anymore, reflashed the phone with jpf
EDIT2: After Reflash works without problems!
EDIT3: Original File is also here, sry hevent seen it.
Click to expand...
Click to collapse
before you copy the framework-res.apk you have to remount system with adb shell:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
and after you can owerwrite the framework-res.apk in system folder with root explorer
i know, that was not the problem, my problem was the custom kernel by gsam
I was wondering: How did you change the framework-res.apk and resigned it without having problems ? I tried to change the battery artwork, and all i get is FC..
Gsam101 said:
I was wondering: How did you change the framework-res.apk and resigned it without having problems ? I tried to change the battery artwork, and all i get is FC..
Click to expand...
Click to collapse
I used just simple method.....
Extract the .apk on my desktop and I do changes on the /res/anim folder.
And that's it !!!..... and i don't think that anybody getting any error due to it.
--------------------------------------------------
Current Device = Samsung GT-i5801
JPF Clean ROM FroYo + JPB Kernel and some perf tweaks.
madhuranand007 said:
I used just simple method.....
Extract the .apk on my desktop and I do changes on the /res/anim folder.
And that's it !!!..... and i don't think that anybody getting any error due to it.
--------------------------------------------------
Current Device = Samsung GT-i5801
JPF Clean ROM FroYo + JPB Kernel and some perf tweaks.
Click to expand...
Click to collapse
nice job
thx
TiBiSMART said:
nice job
thx
Click to expand...
Click to collapse
Thanks TiBi
I have a problem with Root Explorer! It ocurred as:
I copy a file, and I can to paste it in System/framework, but when I try paste it the Root Explorer don´t permit me to paste and says me this message:
"The paste operation failed. Would you like to send diagnostic information to the developer to assist with fixing the problem?"
WHY?
Thx 4 all! =)
fersago said:
I have a problem with Root Explorer! It ocurred as:
I copy a file, and I can to paste it in System/framework, but when I try paste it the Root Explorer don´t permit me to paste and says me this message:
"The paste operation failed. Would you like to send diagnostic information to the developer to assist with fixing the problem?"
WHY?
Thx 4 all! =)
Click to expand...
Click to collapse
"before you copy the framework-res.apk you have to remount system with adb shell:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
and after you can owerwrite the framework-res.apk in system folder with root explorer"
Yaffs2 are u sure? I think system is rfs
Download SGS toolbox or mount /system rw from market and no more problem mounting as rw.
The right command is
busybox mount -o remount,rw /system

[THEME] Gingerbread with Accurate Battery [Test][EDT]

Ok, to know if I have an understanding of the SK4G enough to begin development, as I don't own the phone, I have developed a quick Gingerbread theme.
Full GB theme with accurate GB battery.
This is not a flash. Push the files to your framework folder, test, take screenshots, and report back - please.
I do not have the phone so no screenshots but this is based off my Vibrant ROM located here: http://forum.xda-developers.com/showthread.php?t=1061811
Framework is based off the Dump found in the dev section.
If there is no input, then I will assume there is no interest and find my way back to the Vibrant section.
Download <8.62MB> - http://www.mediafire.com/?ecqf24b15u6cgtk
Ill try it later today hopefully. Busy day today.
Anyone test this yet? Is it sgs II theme?
Sent from my SGH-T839 using XDA App
jellette said:
Ok, to know if I have an understanding of the SK4G enough to begin development, as I don't own the phone, I have developed a quick Gingerbread theme.
Full GB theme with accurate GB battery.
This is not a flash. Push the files to your framework folder, test, take screenshots, and report back - please.
I do not have the phone so no screenshots but this is based off my Vibrant ROM located here: http://forum.xda-developers.com/showthread.php?t=1061811
Framework is based off the Dump found in the dev section.
If there is no input, then I will assume there is no interest and find my way back to the Vibrant section.
Download <8.62MB> - http://www.mediafire.com/?ecqf24b15u6cgtk
Click to expand...
Click to collapse
Hey, I've been quite busy so I haven't been able to try this out yet. My only question is how I will revert after doing this? I can get into the recovery but its or the epic so the keys aren't mapped correctly.
bburke88 said:
Hey, I've been quite busy so I haven't been able to try this out yet. My only question is how I will revert after doing this? I can get into the recovery but its or the epic so the keys aren't mapped correctly.
Click to expand...
Click to collapse
I'm busy but I made a quick rar for you. Flash it in CWM to push back stock framework-res.apk and tw-framework.apk in case system won't boot. (you may want to clear cache before flashing as I didn't add it into the script Im in a rush)
edit: also you can just adb push the stock files back from inside recovery... your pc should still detect the phone
blu9987 said:
I'm busy but I made a quick rar for you. Flash it in CWM to push back stock framework-res.apk and tw-framework.apk in case system won't boot. (you may want to clear cache before flashing as I didn't add it into the script Im in a rush)
edit: also you can just adb push the stock files back from inside recovery... your pc should still detect the phone
Click to expand...
Click to collapse
What are the movement keys for cwm? I booted into recovery once and saw that the correct keys weren't working..
Id save his cwm flash on the card just in case, then use root explorer to push mine in place.
Or right click on his choose copy then paste. Rename the new ... - copy.zip to gbtest.zip. Then using 7zip, open, not extract, the gbtest.zip, navigate to the framework, and drag my framework in and it will overwrite his - now close the zip and save both to your card. You can now flash mine and then revert with his.
jellette said:
Id save his cwm flash on the card just in case, then use root explorer to push mine in place.
Or right click on his choose copy then paste. Rename the new ... - copy.zip to gbtest.zip. Then using 7zip, open, not extract, the gbtest.zip, navigate to the framework, and drag my framework in and it will overwrite his - now close the zip and save both to your card. You can now flash mine and then revert with his.
Click to expand...
Click to collapse
K. Sounds good. Ill try this tonight if I get a chance. If not, then tomorrow. Ill report back with the screens.
Jellete! good to see you come to the sk4g! If you could send me detailed instructions on how to push it, i'll be a guinea pig for you.
mustang9438 said:
Jellete! good to see you come to the sk4g! If you could send me detailed instructions on how to push it, i'll be a guinea pig for you.
Click to expand...
Click to collapse
Not trying to hi-jack I'm just bored.
Code:
C:\platform-tools>adb shell
$ su
su
# mount -o remount,rw /dev/block/stl9 /system
mount -o remount,rw /dev/block/stl9 /system
# exit
exit
$ exit
exit
C:\platform-tools>adb push C:\path\to\framework-res.apk /system/framework/framework-res.apk
C:\platform-tools>adb push C:\path\to\tw-framework.apk /system/framework/tw-framework.apk
C:\Platform-tools>adb reboot
note that if this is your first time doing the su command in adb shell it prompts superuser.apk on your phone and you have to hit allow
mustang9438 said:
Jellete! good to see you come to the sk4g! If you could send me detailed instructions on how to push it, i'll be a guinea pig for you.
Click to expand...
Click to collapse
Let us know if you if you do the theme. I didn't have a chance to do it tonight. If you don't do it ill try pushing it tomorrow after work.
if im correct .. clockwork is working for you guys except when it comes to restoring nandroid backups ?.. i'd flash it but im not sure if someone is working on a recovery for the SK4G already
ayoteddy said:
if im correct .. clockwork is working for you guys except when it comes to restoring nandroid backups ?.. i'd flash it but im not sure if someone is working on a recovery for the SK4G already
Click to expand...
Click to collapse
I can get into clockwork, but i cant do a nandroid backup. it says "cant mount sdcard"
blu9987 said:
Not trying to hi-jack I'm just bored.
Code:
C:\platform-tools>adb shell
$ su
su
# mount -o remount,rw /dev/block/stl9 /system
mount -o remount,rw /dev/block/stl9 /system
# exit
exit
$ exit
exit
C:\platform-tools>adb push C:\path\to\framework-res.apk /system/framework/framework-res.apk
C:\platform-tools>adb push C:\path\to\tw-framework.apk /system/framework/tw-framework.apk
C:\Platform-tools>adb reboot
note that if this is your first time doing the su command in adb shell it prompts superuser.apk on your phone and you have to hit allow
Click to expand...
Click to collapse
That'll do it.
I push everything from recovery and save the files I want to push to the tools folder so I just have to use:
cd c:/android/tools
c:/android/tools adb push framework-res.apk system/app/framework-res.apk
c:/android/tools adb reboot
im a little confused.. i cant seem to access adb. theres no bootloader, so what state does the phone need to be in?
also, i would flash via cwm, but the sdcard wont mount, so im a tad confused at this point.
ok, i figured out how to get into adb, but the files wont push. i get an error:
c:\Users\Bryan\AndroidSDK\tools>adb push framework-res.apk system/app/framework-
res.apk
failed to copy 'framework-res.apk' to 'system/app/framework-res.apk': Read-only
file system
c:\Users\Bryan\AndroidSDK\tools>
EDIT: I ended up just using Root Explorer and i put the 2 framework files into system/framework manually. If you need more screens let me know. Also, as you can see in the screen shots, the txt is hard to see in the options and "add to home screen" windows.. i went to the theme options and changed the theme bar colors, which changed the txt to black.
@bburke88 where did you go to find theme settings and change the text to black ?
Sent from my SGH-T839 using XDA App
ayoteddy said:
@bburke88 where did you go to find theme settings and change the text to black ?
Sent from my SGH-T839 using XDA App
Click to expand...
Click to collapse
Hey, I just used the theme changer. Its built into the sk4g. I had my theme set to the default, but when I changed it to the light blue It changed some of the txt on the widget selector menus black. Though, the power off menu is still white, so its hard to read.
Thanks alot, and that could be handled by xml edit to change the text color most likely or change the popup background color.. thanks again though.
Have you tried pushing the stock framework back to make sure it'd work ? I might see if I can change the popup background color to a darker color like black or grey to keep it in sync with he gingerbread theme
Sent from my SGH-T839 using XDA App
ayoteddy said:
Thanks alot, and that could be handled by xml edit to change the text color most likely or change the popup background color.. thanks again though.
Have you tried pushing the stock framework back to make sure it'd work ? I might see if I can change the popup background color to a darker color like black or grey to keep it in sync with he gingerbread theme
Sent from my SGH-T839 using XDA App
Click to expand...
Click to collapse
Yeah let me know if you get something going. Im waiting for Jellette to get back on so we can figure out what to do next.
By chance, do you have a working recovery? i can boot into it, but the controls are weird, and i cant get my sdcard to mount, therefore it wont let me do any nandroid backups..
Looking at the pics now. But thats what I needed to know, it looks like the themechanger overwrites xml changes in the framework.

Categories

Resources