TimeScape On Incredible Beta ..Devs I Could Use Some help [**Fixed Infiniteview Apk] - Droid Incredible Android Development

Here is TimeScape for the incredible
This is not my work....I dont take Credit for this
This only works on AOSP
Original Source Here
{
"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"
}
I Made Some Adjust to get it text to fit right....Devs i need help tho
This is how to install it:
* Using Root Explorer copy the apps to /system/app and system/framework respectively as specified in the folder ..
Copy the files in "permissions" to /system/etc/permissions ..
Using Root Explorer open "build.prop" in text editor in /system:
Edit the following line
From
ro.product.manufacturer=
"HTC''
To
ro.product.manufacturer= Sony
Ericsson
Add a new line:
ro.semc.timescape_keys=Sony_Ericsson_Xperia
Save and Exit
Reboot
Devs If You have experience porting apps please feel free to Make changes...cause i can use some Help
Bugs:
A Little Laggy....(But good enough to use)
Edit: Fixed the Infiniteview Force close
just replace it in the system/app folder

Pretty good looking idea, I haven't tried it though. Is there a a way to rework it so you don't have to make build.prob edits. It's supposed to have our inc stuff in there for a multitude of reasons. Just asking.

wildstang83 said:
Pretty good looking idea, I haven't tried it though. Is there a a way to rework it so you don't have to make build.prob edits. It's supposed to have our inc stuff in there for a multitude of reasons. Just asking.
Click to expand...
Click to collapse
May Be a possibility...You Welcome to try to edit if you want

Have Anybody tried this yet

I'll give this a go in a little while then ill report my findings.
Sent from my Synergy Rom using XDA App

Tried installing on Ruby 2.0.2 which is froyo aosp and didn't take. I'll try again later when I have more time.

Got it running on miui 6.24 build. Had to go into root explorer after reboot and click on every apk and install before it worked though but it works.
Sent from my ADR6300 using XDA App

odst0016 said:
Got it running on miui 6.24 build. Had to go into root explorer after reboot and click on every apk and install before it worked though but it works.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
hmmm...Ill try that.

it seem too much work. im going to wait for a bit.

davwman said:
hmmm...Ill try that.
Click to expand...
Click to collapse
Yea thats what im running too.....if only i can figure out how to speed up it

There I popped your thanks cherry, lol Good luck and high speed development guaranteed from here on out.
Anyways, this would be an interesting project. We just need it to be speed up and of course figure out how to make it work for the Incredible and not the other way around.

wildstang83 said:
There I popped your thanks cherry, lol Good luck and high speed development guaranteed from here on out.
Anyways, this would be an interesting project. We just need it to be speed up and of course figure out how to make it work for the Incredible and not the other way around.
Click to expand...
Click to collapse
Thanx im making progress tho

got it to work. first impression, nice. speed, needs work. wish I knew how to fix it, but I dont. hopefully someone else steps in. thanks.

davwman said:
got it to work. first impression, nice. speed, needs work. wish I knew how to fix it, but I dont. hopefully someone else steps in. thanks.
Click to expand...
Click to collapse
Glad yu got it to work... It seems that i get a slight faster response when I cook it into a rom
Sent from my ADR6300 using XDA Premium App

Keep up the good work. I'd be willing to test it for you as it comes along.
Sent from my Optimized Shift using XDA App

FYI
Tried to install this running CM7. Wouldn't give me the usual startup splash, just flashed a white screen every 10 seconds or so and vibrate. Guess that means its not going to work, let it try to boot for several minutes.
If you've cooked it into a ROM can you post the port? Thanks.

rmaccamr said:
Tried to install this running CM7. Wouldn't give me the usual startup splash, just flashed a white screen every 10 seconds or so and vibrate. Guess that means its not going to work, let it try to boot for several minutes.
If you've cooked it into a ROM can you post the port? Thanks.
Click to expand...
Click to collapse
Do yu want the rom or the files??

Yes, the Rom. I'll browse through it.

Related

Possible to port "Super Circle Battery" ?

Hello.
Is it possible to port this Mod: http://forum.xda-developers.com/showthread.php?t=724778 to our Hero?
'Cause than there isnt a need to install 3rd party apps (akku or battery).
I hope u can help me.
Best regards.
Try this its on the front page of the android themes section. Its a theme convertor and should port it for you
i tried this method and got in a bootloop, luckely i made a nadroid backup
will try with some other frameworks which are posted in that thread
Yeah i also tried it and get in a bootloop. I hope somebody get it working.
Sent from my Hero using XDA App
If you post your ROM I might be able to get it working, otherwise I could try making it a metamorph, shouldn't be too hard.
Just don't expect wonders, mkay?
Summered said:
If you post your ROM I might be able to get it working, otherwise I could try making it a metamorph, shouldn't be too hard.
Just don't expect wonders, mkay?
Click to expand...
Click to collapse
Hey do you think you can make it for this? Please and Thank you very much
MentalDeath said:
Hey do you think you can make it for this? Please and Thank you very much
Click to expand...
Click to collapse
I'll be back in a few hours, and see what I can do then.
Hey, I did a dirty fix til I've fully understood how Metamorph works
As always, nandroid/bart backup and then you can do 1 of two things.
1. If you've got ADB set up, fire up cmd (win+r cmd) and write:
Code:
cd \
adb remount
adb push framework-res.apk system/framework/
adb reboot
Make sure your framework-res.apk is positioned in C:\ or whatever the main drive letter.
2. Put the .apk on your sdcard and open up your favorite file explorer, copy it, navigate to root and then to system/framework. Paste it and reboot.
Good luck
PM or quote me if you stumble upon any errors.
EDIT: Ow, the color of the text that represents the percent is black and therefore blends in with the background. I'll see if I can find one with white text.
EDIT2: Fix'd. The new one should work, but as always be sure to nandroid just in case
Summered said:
Hey, I did a dirty fix til I've fully understood how Metamorph works
As always, nandroid/bart backup and then you can do 1 of two things.
1. If you've got ADB set up, fire up cmd (win+r cmd) and write:
Code:
cd \
adb remount
adb push framework-res.apk system/framework/
adb reboot
Make sure your framework-res.apk is positioned in C:\ or whatever the main drive letter.
2. Put the .apk on your sdcard and open up your favorite file explorer, copy it, navigate to root and then to system/framework. Paste it and reboot.
Good luck
PM or quote me if you stumble upon any errors.
EDIT: Ow, the color of the text that represents the percent is black and therefore blends in with the background. I'll see if I can find one with white text.
EDIT2: Fix'd. The new one should work, but as always be sure to nandroid just in case
Click to expand...
Click to collapse
What rom is this made for?
tristan202 said:
What rom is this made for?
Click to expand...
Click to collapse
Cronos, follow the link...
@Summered:
Is it possible that u make an update.zip with this?
Thanks for the work!
lynx2k50 said:
Cronos, follow the link...
@Summered:
Is it possible that u make an update.zip with this?
Thanks for the work!
Click to expand...
Click to collapse
CronosDroid 2.1.1 indeed.
Yeah, I'll give it a try
EDIT: Here's an update.zip for Cronosdroid 2.1.1. Enjoy!
{
"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"
}
Yeah man!!!!! Thank you!!!!!!!!!!!!!!!!!!!!!!
Okay mate, everything is working fantastic but the app: Batteryreminder shows me that i have 84% left. Your new battery mod shows me only 80%. Only in 10% steps?
Fantastic work.
Okay down to 74 with batteryreminser. Ur mod tells me still 80....
Also one question, can u port the desire lockscreen to cronos ?
Sent from my Hero using XDA App
Summered said:
CronosDroid 2.1.1 indeed.
Yeah, I'll give it a try
EDIT: Here's an update.zip for Cronosdroid 2.1.1. Enjoy!
Click to expand...
Click to collapse
Nice just downloading Cronos now have to stick this on after.
Ps : Helps if i download it , lol
thanks
10char
lynx2k50 said:
Okay mate, everything is working fantastic but the app: Batteryreminder shows me that i have 84% left. Your new battery mod shows me only 80%. Only in 10% steps?
Fantastic work.
Click to expand...
Click to collapse
lynx2k50 said:
Okay down to 74 with batteryreminser. Ur mod tells me still 80....
Also one question, can u port the desire lockscreen to cronos ?
Sent from my Hero using XDA App
Click to expand...
Click to collapse
I'm getting the same problem, I'll see if it's something related to the apk
I won't be able to do a port but I'm sure I've seen it be done for the hero, so I could try digging it up.
EDIT: It could be some kind of limitation in the kernel only allowing the battery to go in increments of 20 %. If anyone got a solution I'd be glad to hear it.
Here's the Desire Lockscreen (confirmed to work on CronosDroid 2.1.1) http://forum.xda-developers.com/showpost.php?p=6806909&postcount=25
Thanks for reply.
It would be fantastic to see a full working mod.
But no need to rush, thanks for the lockscreen and the port.
lynx2k50 said:
Thanks for reply.
It would be fantastic to see a full working mod.
But no need to rush, thanks for the lockscreen and the port.
Click to expand...
Click to collapse
This is beyond me, but I'll see if I can find out an answer either by googling or through asking.
I'll return to this thread as soon as I got a working solution
Thanks mate.
BTW the desire lockscreen is working fine

[FIX] [GINGERBREAD] Internal Storage fix for Gingerbread ROM's

Hi all,
I've patched MediaScanner and services.jar in Gingerbread to support mounting Internal Storage.
This will allow apps to utilize Internal Storage including Music apps and any other apps which use the MediaScanner database.
What this doesn't fix is mounting Internal Storage over USB (I couldn't get anything mounted over USB on any ROM's I've tried.. in the hour I spent playing with it).
Anyway, here is the fix. It's a flashable zip. Remember to backup before trying this.
http://bit.ly/ek5pTu
{
"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"
}
You are the Dude! Been hoping someone would tackle this.
Sent from my Htc Incredible using XDA App
W00t. Thanks man. Now I can use GB as a daily driver use gscript to mount to and from PC
Damn n_i_x
You rock man thx!
Is there any chance you can apply this to the Desire ROM (preferably mine since the services has already been modified with other things)
Or atleast give us the details of the fix.
Just in case I have attached the 2 files in a zip for the Desire
Thanks
Nils
It works! Thanks a million for this n_i_x! Glad to see you working on Gingerbread. GB is now my daily thanks to you!
NilsP said:
Is there any chance you can apply this to the Desire ROM (preferably mine since the services has already been modified with other things)
Or atleast give us the details of the fix.
Thanks
Nils
Click to expand...
Click to collapse
Isn't that a Sense ROM? I'm not sure the classes are the same.
Hit me up on IRC and we can try it out. Link is in my sig.
n_i_x said:
Isn't that a Sense ROM? I'm not sure the classes are the same.
Hit me up on IRC and we can try it out. Link is in my sig.
Click to expand...
Click to collapse
Ahhh, good point. I attached the 2 files in my post above just in case you want to take a quick look.
I take it internal is quicker than external.
Flashed the fix and now I'm keeping this rom as my daily driver. Thank you guys so much. Can't wait til GPS and camcorder bugs are also taken care of. Screeny!
Sent from my Htc Incredible using XDA App
I think I love you. Thanks.
I just flaked on , Omgb v4 and I'm more seeing music or pictures. I just flaked in recovery. did I do something wrong?
Sent from my Htc Incredible using XDA App
mikeymop said:
I just flaked on , Omgb v4 and I'm more seeing music or pictures. I just flaked in recovery. did I do something wrong?
Sent from my Htc Incredible using XDA App
Click to expand...
Click to collapse
You need to let it finish scanning your media. The MediaProvider database gets wiped out after it gets replaced so it can take around 15 minutes or so to scan the entire device depending on how much media is on the system. This fix scans music, images, and everything else MediaProvider supports.
NilsP said:
Is there any chance you can apply this to the Desire ROM (preferably mine since the services has already been modified with other things)
Or atleast give us the details of the fix.
Just in case I have attached the 2 files in a zip for the Desire
Thanks
Nils
Click to expand...
Click to collapse
Try this one... no guarantees. It's not flashable.
I get bootloops on Evervolv GB a013.
I won't clog this thread with Desire stuff since this is working good for Gingerbread.
Thanks
nikon_rh50 said:
I get bootloops on Evervolv GB a013.
Click to expand...
Click to collapse
same here on evervolv
br125 said:
same here on evervolv
Click to expand...
Click to collapse
Logcat or it never happened:
http://logcatbin.appspot.com
BUMP
Trying to diff the DHD files provided, and for the life of me I can't find any difference...
Any input?

Netflix for Android Officially RELEASED!

This is only working on a few select phones.. But i have it working with Typhoon Gingerbread. Just wanted to spread the word.
https://market.android.com/details?id=com.netflix.mediaclient
Hm I'm on Typhoon and it says device not supported
**Nevermind, I was using an old pre-release apk. All good haha
Also confirmed working with hyperdroid gbx 2.3.3.......... awsomeawsome
Works on Crawling City Ultimate Droid perfectly!
Can't find it in the Android Market on my device and when I use the link above, it won't let me download it either saying it is not compatible with my device.
Edit: Running CMYLXGO's GingerSense v0.5
Saw a guy on the market with a HD2 and he claims its working fine for him even though the HD2 is not on the list of phones. I have a HD2 and I am not able to get it, how would he be able to do this?
dharvey4651 said:
Can't find it in the Android Market on my device and when I use the link above, it won't let me download it either saying it is not compatible with my device.
Edit: Running CMYLXGO's GingerSense v0.5
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=13730645&postcount=11
I think the Mods should merge the two threads to one. Then perhaps eveyrone can list what Rom they are using and whether or not it works for them. The OP can update the first post with confirmed working builds (or perhaps a mod can?)
mgioia2 said:
http://forum.xda-developers.com/showpost.php?p=13730645&postcount=11
Click to expand...
Click to collapse
At first it wouldn't let me download from market, but used the one in link and works perfect!
I'm using magldr/cwm/typhoon CM7
Hey guys don't forget the app was only released for certain phone models so most of us will probably need to use some work arounds.
Its working great on Tytung Nexus 2.7. If its not working for you, try this...
- Replace drmprovider.apk in system/apps with this file ( http://www.htchd2forum.com/android-...odes-android-app/?action=dlattach;attach=1284 ). It is the drmprovider.apk from the LG Revolution, which has the required restrictions for Netflix. (Don't forget to back up the original first, just incase).
- Change model name in build.prop to Nexus One (model approved for Netflix service)
- Install Netflix.apk from market (Link in post 1, old Netflix apps that have been floating around didn't work for me, just this one).
Restart phone and try it out! That did it for me, hope it helps on other roms. Good luck!
Props to poster of LG Revolution drmprovide.apk to the guys at htchd2forum, OP of this thread for Netflix.apk, my idea on the build.prop model.
{
"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"
}
Can you provide a little more detailed instructions on how to complete this process please?
Download and extract the linked file drmprovider.apk. Use Root Explorer to open system/apps and copy the file to that folder, replacing the old one. Then, find build.prop file in the system folder, long hold and select open in text editor, change the product line to Nexus One (see the screen shot in my previous post) then save and exit. Download and install the Netflix app (from first post) then reboot your phone. See if it works
synergeticink said:
Can you provide a little more detailed instructions on how to complete this process please?
Click to expand...
Click to collapse
Sent from my Nexus One using XDA App
THANK YOU.....been dual booting wp7 for awhile and netflix was one of the only reasons why im even using WP7
work perfect after file change and Nexus One change
im on AmericanAndroid 5-10-11 and they released and update while i was getting this to work..............yeah
Thank you! I will give it a shot in about an hour when I am done with some school work.
It shouldn't effect my rom at all, right?
Has anyone tried this method with the Desire z Sense NAND Zip Rom?
Working on hyperdroid CM7 v2.0.1
I used the link in this thread to DL the apk. It installed and opened fine, movies running smooth. I didn't have to rename the phone in build.prop or change the drmprovider. It just worked. At least for now. And with the 4.3" big screen the movies look great. Eat your heart out 3.5" iPhone.
No it shouldn't effect anything else really. Your phone will just be recognized as a nexus one now.
synergeticink said:
Thank you! I will give it a shot in about an hour when I am done with some school work.
It shouldn't effect my rom at all, right?
Has anyone tried this method with the Desire z Sense NAND Zip Rom?
Click to expand...
Click to collapse
Sent from my Nexus One using XDA App
Is there any other app I can use other then "Root Explorer" to do this on the phone?
Forget it, I found a good app that does the same thing.
Will changing the root name to Nexus S and Samsung prevent me from updating my HTC features or any other features? I am hesitant to make this change and have problems down the road. What does
You can always change it back the same way
Sent from my Nexus One using XDA App

[NEW!] Market 3.4.4. Enjoy :)

Market Version 3.4.4
Google has started pushing out a new Market update with version 3.4.4, which upon quick inspection operates faster than before and brings a setting for auto-adding of widgets to your home screen.
Source
ENJOY
Nice thanks
Sent from my Nexus S 4G using xda premium
Huge performance improvements!!
Its finally bearable to those who still use EDGE connection.
Romonster said:
Huge performance improvements!!
Its finally bearable to those who still use EDGE connection.
Click to expand...
Click to collapse
Agreed. Not everywhere, we get to use 3G even now
Very nice much faster and more stable
Can anyone make a flashable .zip thats properly signed? :/
When i install this apk i can't longer buy apps on Market...
Thank you, that looks good
Sent from my Nexus S using XDA App
this keeps force closing in ICS for me ...anyone else have the same problem? i'm on kwiboo's v3
Works perfect for me
Sent from my Galaxy Nexus using xda premium
Speed improvements on ICS! Thank you
dreamhawk said:
Can anyone make a flashable .zip thats properly signed? :/
When i install this apk i can't longer buy apps on Market...
Click to expand...
Click to collapse
_KP said:
this keeps force closing in ICS for me ...anyone else have the same problem? i'm on kwiboo's v3
Click to expand...
Click to collapse
It's because it needs to be installed in /system/app
Try doing this
Instructions:
*You can try to install this .apk over top of your current market, but it may not work. If it won’t, then you will need to be rooted and follow the instructions below.
1. Download the file from above (Market-3.4.4.apk) to your SD card.
2. In Root Explorer, find the file you just downloaded and copy it.
3. Move into /system/app and hit the R/W button to mount – then paste the file.
4. Find Vending.apk and rename it to something like Vending.apk1.
5. Long press on Market-3.4.4.apk and rename it to Vending.apk.
6. Afterwards, long press on it again and choose “Permissions.”
7. Change the permissions to 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"
}
8. Press “OK”, reboot and enjoy the new market.
Let us know if you run into any issues.
Click to expand...
Click to collapse
suhas_sm said:
Try doing this
Click to expand...
Click to collapse
Thanks for the post... but i am still having problem buying apps.
Simple translate:
Error
An error occured, please try again.
I get build version 3.3.12 when doing that. is that correct?
I did the same. Then out of exasperation, within root explorer, I ran the APK, was prompted to overwrite my other system app, and I did it. I assume the fixed permissions had something to do with it, but it worked for me.
I noticed a huge difference in speed and loading, well done Google
Sent from my Nexus S using xda premium
Can't even open it, keeps FCing. Was it cause I deleted the old vending.apk?
Sent from my Nexus S 4G using xda premium
Fix permissions, reboot. Still not working ? Must be kernel problem, not sure. Works for 90% of the people flawlessly.
Problems related to buying apps could be (not asserting) server side problems which many faced during sale.
Well I am running a Trinity kernel, which one do you recommend? I just want my market to work I changed permissions like said in the past posts
Sent from my Nexus S 4G using xda premium
Try fixing permissions through Recovery or Rom Manager also.

Any book style photo browser ?

Hello,
I am searching for an app for my Xoom which would let me browse my photos just like if I was turning pages on a book.
There was an app on the Acer A500 which was perfect, its name was "photo browser 3D", but I couldn't find it for the Xoom.
Does anyone know where I can find this kind of app for my Xoom ?
Thanks
Hey there <s>try using this: http://android.upce.cz/acer/acer_addon.zip </s>(edit: use the one below instead)
<s>It needs the nfs.apk taken out but otherwise the rest should make it work. I haven't tried it yet but will later on.</s>
Edit: I took out the nfs.apk so the download is MUCH smaller.
http://i.min.us/j0UbJYXRyNfot.zip
Just flash the zip in recovery and all should be golden. Hope it helps
Sent from my Droid Incredible 2
Thanks a lot ! In fact I tried to copy the files in the LIB directory to my Xoom but I couldn't do it because I didn't have the "rights" to do it. I guess it's because my Xoom is not rooted, right ?
Yes unfortunately you need to have root to do it that route. If you have Clockwork recovery on it you can flash the zip without root
Sent from my Droid Incredible 2
ruvort said:
Hey there <s>try using this: http://android.upce.cz/acer/acer_addon.zip </s>(edit: use the one below instead)
<s>It needs the nfs.apk taken out but otherwise the rest should make it work. I haven't tried it yet but will later on.</s>
Edit: I took out the nfs.apk so the download is MUCH smaller.
http://i.min.us/j0UbJYXRyNfot.zip
Just flash the zip in recovery and all should be golden. Hope it helps
Sent from my Droid Incredible 2
Click to expand...
Click to collapse
big thx my friend!!works like charm!!!
Yes unfortunately you need to have root to do it that route. If you have Clockwork recovery on it you can flash the zip without root
Sent from my Droid Incredible 2
johnnyman25 said:
big thx my friend!!works like charm!!!
Click to expand...
Click to collapse
No problem! Glad it worked for you
Edit: just tried this out.... WOW its super freaking cool. I think I am going to change the book images from Acer to Xoom. If anyone is interested just let me know
Sent from my Droid Incredible 2
This is what I have so far. What do you guys think?
{
"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"
}
Sent from my Full Android on Wingray using Tapatalk
Slick! Like this a lot! How did you change 'acer' to Xoom on the cover page?
hipocrazy said:
Slick! Like this a lot! How did you change 'acer' to Xoom on the cover page?
Click to expand...
Click to collapse
Thanks!
I decompiled the apk to get the images and have been messing with them with Photoshop. Then recompiled with new images. I also got rid of the annoying little finger guide that pops up in the top left corner. Next I will theme the rest of it for ICS.
Sent from my Droid Incredible 2
Would it be possible for you to modify the apk file so that it automatically install the lib files in the lib directory ? I cannot root my Xoom for now ....
dizzy33 said:
Would it be possible for you to modify the apk file so that it automatically install the lib files in the lib directory ? I cannot root my Xoom for now ....
Click to expand...
Click to collapse
Sadly I don't believe there is. If you dont want to root you can easilly unlock your device and put a custom recovery on it(this is the easy way to apply the mod). If I remember correctly you may need to backup your internal data for the unlock process. Its been awhile though so l would need to double check on that.
Otherwise the only other way would be adb pushing the files to the right directories.
Sent from my Droid Incredible 2
Thanks i was looking for apps like this
thanks for your answer. Unfortunatly I will travel tomorrow for one week so I will not try to root my Xoom tonight .
dizzy33 said:
thanks for your answer. Unfortunatly I will travel tomorrow for one week so I will not try to root my Xoom tonight .
Click to expand...
Click to collapse
I understand completely. When you get back you can send me a pm and I can help you through it if you like. Otherwise there are quite a few guides on here on how to unlock it and install the recovery.
Sent from my Droid Incredible 2
Thanks !!!!
WOW - Great Idea to modify it - and thanks for the first zip-file (so I have NFS in HD now - the Acer-Rom is the only source to get the HD-version ).
Here is my version (also without the button in the top left corner...)
... and my new icon
cyber-junkie said:
WOW - Great Idea to modify it - and thanks for the first zip-file (so I have NFS in HD now - the Acer-Rom is the only source to get the HD-version ).
Here is my version (also without the button in the top left corner...)
... and my new icon
Click to expand...
Click to collapse
Very nicely done! And thank you
Sent from my Droid Incredible 2
Your welcome!
ruvort said:
No problem! Glad it worked for you
Edit: just tried this out.... WOW its super freaking cool. I think I am going to change the book images from Acer to Xoom. If anyone is interested just let me know
Sent from my Droid Incredible 2
Click to expand...
Click to collapse
I am interested! Thanks in advance -

Categories

Resources