I am fully aware that it was discussed before. Just now we got full collection in high resolution. This is a find, it's not made by me.
There is an active project made by Deirdre Connolly(dconnolly) collecting all the wallpapers.
Here it is ALL 220 700 Chromecast wallpapers in high resolution:
https://github.com/dconnolly/Chromecast-Backgrounds
https://gist.github.com/dconnolly/8188825
A. If you use Firefox and DTA(DownThemAll) on Windows platform it will fail to download about 20 wallpapers because of too long file names.
Use renaming masks to make filenames short and clean.:
DownThemAll! » Renaming mask
www.downthemall.org
Two renaming mask examples:
1. Simple:
Code:
Chromecast wallpaper.*ext*
2. This one is particularly interesting for graphic files because it adds year-month-day to file name:
Code:
Chromecast wallpaper_*y*-*m*-*d*.*ext*
If "File Name Conflict!" occurs pick "Rename into" with "Remember this setting" and "Just for this session", press OK
mathorv said:
I am fully aware that it was discussed before. Just now we got full collection in high resolution. This is a find, it's not made by me.
There is an active project collecting all the wallpapers.
Here it is ALL Chromecast wallpapers in high resolution:
https://github.com/dconnolly/Chromecast-Backgrounds
https://gist.github.com/dconnolly/8188825
Click to expand...
Click to collapse
This is great but.. I want all of them on my PC.. Could't the scraper be designed to scrape and archive a package of said wallpapers? Right clicking and save as would take ages
styckx said:
This is great but.. I want all of them on my PC.. Could't the scraper be designed to scrape and archive a package of said wallpapers? Right clicking and save as would take ages
Click to expand...
Click to collapse
One of my favorite plug-ins, DownThemAll
bhiga said:
One of my favorite plug-ins, DownThemAll
Click to expand...
Click to collapse
That worked! You rock!
Too long file name or path. DTA
bhiga said:
One of my favorite plug-ins, DownThemAll
Click to expand...
Click to collapse
If you use Firefox and DTA(DownThemAll) on Windows platform it will fail to download about 20 wallpapers because of too long file names.
Use renaming masks to make filenames short and clean.:
http://www.downthemall.net/howto/help/english-menu/renaming-mask/
Two renaming mask examples
Simple:
Code:
Chromecast wallpaper.*ext*
This one is particularly interesting for graphic files because it adds year-month-day to file name:
Code:
Chromecast wallpaper_*y*-*m*-*d*.*ext*
If "File Name Conflict!" occurs pick "Rename into" with "Remember this setting" and "Just for this session", press OK
Thanks for posting this stuff, really enjoying it.
vincent1964 said:
Thanks for posting this stuff, really enjoying it.
Click to expand...
Click to collapse
It's nice that you're grateful, but to reduce amount of redundant post there are thanks buttons under each post if you find helpful post just press thanks.
PS. There are new wallpapers, I can't count how many, but there is definitely more than 220.
mathorv said:
It's nice that you're grateful, but to reduce amount of redundant post there are thanks buttons under each post if you find helpful post just press thanks.
PS. There are new wallpapers, I can't count how many, but there is definitely more than 220.
Click to expand...
Click to collapse
yes there are 224 i believe. I am downloading all of them now and will make a zip file hosted on dropbox and other locations
Edit:
Dropbox:
https://www.dropbox.com/s/o7a8zruliyilz7l/Chromecast Wallpapers.zip
Zippyshare:
http://www14.zippyshare.com/v/92917362/file.html
Google Drive:
https://drive.google.com/file/d/0B9YzXX4z14RMZjlCYjFyTF9ZOHc/edit?usp=sharing
steveo17 said:
yes there are 224 i believe. I am downloading all of them now and will make a zip file hosted on dropbox and other locations
Edit:
Dropbox:
https://www.dropbox.com/s/o7a8zruliyilz7l/Chromecast Wallpapers.zip
Zippyshare:
http://www14.zippyshare.com/v/92917362/file.html
Google Drive:
https://drive.google.com/file/d/0B9YzXX4z14RMZjlCYjFyTF9ZOHc/edit?usp=sharing
Click to expand...
Click to collapse
Thanks for the effort but the filenames are too long to extract
psych2l said:
Thanks for the effort but the filenames are too long to extract
Click to expand...
Click to collapse
not sure waht you mean. works fine on my Mac
Right, on windows 7 here
psych2l said:
Thanks for the effort but the filenames are too long to extract
Click to expand...
Click to collapse
I got the same problem.. Can't even rename them manually. Windows 8.1 here.
Here is how...
Flowah said:
I got the same problem.. Can't even rename them manually. Windows 8.1 here.
Click to expand...
Click to collapse
Here is how to batch rename the wallpapers.
- Copy the zip file to your Android phone's internal memory.
- Use a file explorer to extract the zip file & put the wallpapers into a folder.
- Use free Quickpic (or any other free tool from Play store) to batch rename the wallpapers in one step.
Note: A few wallpapers are duplicated.
Enjoy
Chromecast Wallpapers
Avoid having to use DownThemAll and bulk rename utilities to rename the long file names unsupported by Windows.
I have compiled all 222 images named 'Chromecast Wallpaper 001', 002, 003 etc in a zip and uploaded on my dropbox.
Download here: goo(dot)gl/5ox0Hj (goo.gl url shortener)
(sorry I am unable to post as a hyperlink as I have done less than 10 posts on the forum)
Jar to get them all
From what I have seen, there are over 500 unique backgrounds. I wrote a quick and dirty java program to get them all for me. It also optionally matches the gradient and can watermark the author's names.
Shameless self promo: https://github.com/nerdwaller/Chromecast-Backgrounds
If you don't have the JDK I can put up a jar for you to run.
Also in the works (and currently active on my phone) is an android version that will be a little more feature rich if time allows).
nerdwaller said:
From what I have seen, there are over 500 unique backgrounds. I wrote a quick and dirty java program to get them all for me. It also optionally matches the gradient and can watermark the author's names.
Shameless self promo: https://github.com/nerdwaller/Chromecast-Backgrounds
If you don't have the JDK I can put up a jar for you to run.
Also in the works (and currently active on my phone) is an android version that will be a little more feature rich if time allows).
Click to expand...
Click to collapse
Wow, this looks awesome. Could you attach or link an executable jar? I don't have the JDK and would prefer to not have to install it just for this one time use.
Added JAR
tducote said:
Wow, this looks awesome. Could you attach or link an executable jar? I don't have the JDK and would prefer to not have to install it just for this one time use.
Click to expand...
Click to collapse
Added the jar to another repo: https://github.com/nerdwaller/Chromecast-Backgrounds-Binaries
Assuming that you have some type of JRE in your $PATH:
java -jar ~/Downloads/ChromecastBackground.jar -help
java -jar ChromecastBackground.jar -gradient -help
usage: Chromecast-Backgrounds
-gradient Overlay a gradient (attempts to match the Chromecast's
display of images)
-help Print this message
-outdir <arg> Output directory
-settings <arg> Load settings from a file.
-watermark Apply the author's name as a watermark
Click to expand...
Click to collapse
Let me know your thoughts on how it works for you, if you don't mind!
nerdwaller said:
Added the jar to another repo: https://github.com/nerdwaller/Chromecast-Backgrounds-Binaries
Assuming that you have some type of JRE in your $PATH:
java -jar ~/Downloads/ChromecastBackground.jar -help
Let me know your thoughts on how it works for you, if you don't mind!
Click to expand...
Click to collapse
This is what I get:
$ java -jar ChromecastBackground.jar -help
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/nerdwaller/Main : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Click to expand...
Click to collapse
Any suggestions?
tducote said:
This is what I get:
Any suggestions?
Click to expand...
Click to collapse
I'm willing to bet it's an issue with the java version, I am using Java 1.7.0_55. What's the output of `java -version`?
By the way, thank you for being a Guinea pig for me, I really appreciate it. The other person I had test this out didn't expose this issue yet!
nerdwaller said:
I'm willing to bet it's an issue with the java version, I am using Java 1.7.0_55. What's the output of `java -version`?
By the way, thank you for being a Guinea pig for me, I really appreciate it. The other person I had test this out didn't expose this issue yet!
Click to expand...
Click to collapse
Ah, yes. My Java version is 1.6.0_65. Hmm. I thought I had just updated the JRE too. Let me try logging out and back in and trying it again.
---------- Post added at 11:24 AM ---------- Previous post was at 10:56 AM ----------
tducote said:
Ah, yes. My Java version is 1.6.0_65. Hmm. I thought I had just updated the JRE too. Let me try logging out and back in and trying it again.
Click to expand...
Click to collapse
So I'm not sure why this happened, but when I just type java in the terminal, it wants to use a 1.60_65 version, but if I use "/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -jar ChromecastBackground.jar -help" it runs the jar just fine. I tried to run it without specifying a destination directory and it said it was saving to a directory named "/Users/taylorducote/Library/Application Support/chromecastbg/". The program ran saying that it found 100 images and that it was downloading them all and got to where it said "Finished.", but that directory doesn't seem to exist, and I can't find the images.
Any ideas?
Related
Hey all..its me again with a new App..Initflashfile Editor+Builder..Every thing is coded in C#
There are two Purposes of this Program :
1. To Build an initflashfile
2. To Hex Edit the Initflashfile and Remove the two extra bytes added by Notepad
Installation :
After you download the Program..there will be a Setup Utility..run it and make sure You DONT CHANGE THE DEFAULT INSTALLATION LOCATION as my Program will look for the files in C:\aher\initflashfile editor+builder\
a Shortcut will be created on your desktop
Requirments :
To speed up the app and use less resources i used .Net Framework 3.5
so you all will be needing .Net Framework 3.5 ( many computer have it now adays )
Instructions :
Once you fire up initflashfile editor+builder from the Desktop..you will see a windows with four Images on the right hand side..they have been labled..
Press the build button and my own initflashfile builder will start ..open a new document and when saving it save it to C:\aher\initflashfile editor+builder\ by the name of initflashfiles..now exit the Builder and Press the Edit Button..my script will run and it will remove the two bytes
MAKE SURE YOU PLACE THE INITFLASHFILE IN THE
C:\aher\initflashfile editor+builder\
Click to expand...
Click to collapse
because the script will look for it there only
and Please read the Help file before Doing any thing
Screenshots :
Dowloads :
Download from here
Thanks :
MSDN Libraries
Christian Mass @ XVI Software ( helped alot for the script )
Google
great one even though i dont understand what it is for but i am sure its a cool stuff
once you start building ROM's you will know its use
boby1911 said:
great one even though i dont understand what it is for but i am sure its a cool stuff
Click to expand...
Click to collapse
ah..for me i understand what it is for.And config .It's perfect
Nice works ather90 !
i will want to learn moreeee
hey..follow my ultimate noob guide to cooking (in my signature ) to learn more
right now im off to work..see you later
ather90 said:
hey..follow my ultimate noob guide to cooking (in my signature ) to learn more
right now im off to work..see you later
Click to expand...
Click to collapse
What is the advantage of this over EditPad in editing the initflashfiles.dat?
well..i havent tried Edit Pad ..but my app Creates the initflashfile without the Two Extra bytes
great!!! let´s talk via msn... making a good job there! keep on!!
haven´t tried it yet. BUT my dream is to have an initflash generator...where i can drag and drop all files from a not complete made OEM pack from packacreator
and then the generator automaticly creates links to ALL files i drope??
maybe this is doing it...i will test
There is an app that does what u want
its called " Initflash files generator "..its in the HyperCore..but never got it to work
ather90 said:
There is an app that does what u want
its called " Initflash files generator "..its in the HyperCore..but never got it to work
Click to expand...
Click to collapse
me neither :d
www.IAm Not allowed to post this cause it includes warez.i am sorry
1click.director.apk
ak.notepad.apk
AmazonDroid.apk
android.away.apk
android.translate.apk
androidconvert.apk
androidfound.apk
androidsays.apk
anycut.apk
artfulbits.aiMinesweeper.apk
astro.apk
aTrackDog.apk
barcodescanner.apk
bartender.apk
baseballsuperstars08.apk
bendroid.pairmatch.apk
bendroid.tangram.apk
bendroid.tictactoid.apk
biolines.apk
bonsai.apk
bookmark2.apk
boorah.apk
BreakTheBlocks.apk
buddrunner.apk
callerid.apk
callerlookup.apk
cellfinder.apk
chompsms.apk
comeks.apk
compareeverywhere.apk
connect4.apk
CraigsListChecker.apk
deskbell.apk
dialzero.apk
divideandconquer.apk
doggcatcher.apk
donotcall.android.apk
downloadcrutchlite.apk
DroidSansTweakToolsAll.apk
DroidSansTweakToolsLite.apk
drunk.blocker.apk
ebay.apk
factbook.apk
faves.apk
fingerball.apk
flashlight.apk
fm.last.android.apk
ForeverFall.apk
freesms.apk
g1central.apk
gamevil.pow.apk
gpstracker.apk
gTip.apk
gynoid.apk
hot_or_not.apk
hypter.apk
InflationMaster.apk
infodroid.apk
isafe.apk
isearch.apk
labyrinth.lite.apk
loopt.apk
magic8ball.apk
mariosimulator.apk
masterword.apk
meetme.apk
MemoryForLemmings.apk
metalstorm.apk
miniMatcher.apk
monopolyherenow.apk
moviefinder.apk
myspace.android.apk
neocore.apk
newtonscradle.apk
operamini.apk
org.freedictionary.apk
othbase.apk
PacMan.apk
panoramio.apk
papijump.apk
papiriver.apk
parkmark.apk
pdfviewer.apk
phonalyzr.apk
phonefusion.voicemailplus.apk
phonerecorder.apk
pickuplines.apk
picsayfree.apk
pictorial.apk
PingPong.apk
pita.apk
pixelpipe.android.apk
powermanager.apk
quikipedia.apk
radar.apk
remotedroid.apk
reversi.apk
ringdroid.apk
rings_extended.apk
rolldice.apk
same.apk
schwarz.apk
scoreboard.apk
scoreninja.apk
screencrack.apk
screenshot.apk
selfhelp.apk
shazam.android.apk
shopsavvy.apk
Sketchaetch.apk
slidepuzzle.apk
slots.apk
SMScommanderExample.apk
smspopup.apk
snake.apk
SnapPhoto.apk
snaptell.mobile.apk
solitaire.apk
speakingpad.apk
speedtest.apk
spoofapp.apk
steel.apk
stopwatch.apk
streamfurious.apk
TaskManager.apk
telnet.apk
textedit.apk
texttospeech.apk
thesaurus.apk
theWeatherchannel.apk
throttlecopter.apk
timedprofiles.apk
timeriffic.apk
toggleair.apk
togglebluetooth.apk
togglebright.apk
togglegps.apk
togglesettings.apk
togglewifi.apk
traffic.apk
ttstranslator.apk
tunewiki.apk
txtspeed.apk
UnZip.apk
videoplayer.apk
videorecorder.apk
voiceclient.apk
voicerecorder.apk
walkietalkie.apk
Watts.apk
wertago.apk
wifiscan.apk
WordWrench.apk
yelp.apk
all are or were free @ the time and were or are trials. Sorry that you need to download the whole thing but I didnt have the time to do them seperately. I use Extract Now to unpack it, I changed the link so tell me if it works.
good looking on this post...appreciate it
"0 items found to display!
No files found."
t.t
i need last.fm! ^^
here......................
there was an app that i had seen once that allowed you to organize ur clothes
by taking pics of them it was like a virtual closet....
does any one have this?
File not available anymore...
Leon_Citron said:
File not available anymore...
Click to expand...
Click to collapse
I click on the link and it works.
the link works but it says 0 items found to display! am i missing something?
dom2684 said:
there was an app that i had seen once that allowed you to organize ur clothes
by taking pics of them it was like a virtual closet....
does any one have this?
Click to expand...
Click to collapse
yea i got you, its mycloset...comes in handy when your out shopping
changed link try it now.... I use extractnow to unpack.
dmm0816 said:
yea i got you, its mycloset...comes in handy when your out shopping
Click to expand...
Click to collapse
ahh great thanks...ive been looking for it
If you don't realize or not.
You have a warez program/programs in that file.
Just warning you on that it wont be allowed on this forum.
Sorry i had to remove the link.
fastwanabe said:
changed link try it now.... I use extractnow to unpack.
Click to expand...
Click to collapse
fastwanabe said:
www.IAm Not allowed to post this cause it includes warez.i am sorry
1click.director.apk
ak.notepad.apk
AmazonDroid.apk
android.away.apk
android.translate.apk
androidconvert.apk
androidfound.apk
androidsays.apk
anycut.apk
artfulbits.aiMinesweeper.apk
astro.apk
aTrackDog.apk
barcodescanner.apk
bartender.apk
baseballsuperstars08.apk
bendroid.pairmatch.apk
bendroid.tangram.apk
bendroid.tictactoid.apk
biolines.apk
bonsai.apk
bookmark2.apk
boorah.apk
BreakTheBlocks.apk
buddrunner.apk
callerid.apk
callerlookup.apk
cellfinder.apk
chompsms.apk
comeks.apk
compareeverywhere.apk
connect4.apk
CraigsListChecker.apk
deskbell.apk
dialzero.apk
divideandconquer.apk
doggcatcher.apk
donotcall.android.apk
downloadcrutchlite.apk
DroidSansTweakToolsAll.apk
DroidSansTweakToolsLite.apk
drunk.blocker.apk
ebay.apk
factbook.apk
faves.apk
fingerball.apk
flashlight.apk
fm.last.android.apk
ForeverFall.apk
freesms.apk
g1central.apk
gamevil.pow.apk
gpstracker.apk
gTip.apk
gynoid.apk
hot_or_not.apk
hypter.apk
InflationMaster.apk
infodroid.apk
isafe.apk
isearch.apk
labyrinth.lite.apk
loopt.apk
magic8ball.apk
mariosimulator.apk
masterword.apk
meetme.apk
MemoryForLemmings.apk
metalstorm.apk
miniMatcher.apk
monopolyherenow.apk
moviefinder.apk
myspace.android.apk
neocore.apk
newtonscradle.apk
operamini.apk
org.freedictionary.apk
othbase.apk
PacMan.apk
panoramio.apk
papijump.apk
papiriver.apk
parkmark.apk
pdfviewer.apk
phonalyzr.apk
phonefusion.voicemailplus.apk
phonerecorder.apk
pickuplines.apk
picsayfree.apk
pictorial.apk
PingPong.apk
pita.apk
pixelpipe.android.apk
powermanager.apk
quikipedia.apk
radar.apk
remotedroid.apk
reversi.apk
ringdroid.apk
rings_extended.apk
rolldice.apk
same.apk
schwarz.apk
scoreboard.apk
scoreninja.apk
screencrack.apk
screenshot.apk
selfhelp.apk
shazam.android.apk
shopsavvy.apk
Sketchaetch.apk
slidepuzzle.apk
slots.apk
SMScommanderExample.apk
smspopup.apk
snake.apk
SnapPhoto.apk
snaptell.mobile.apk
solitaire.apk
speakingpad.apk
speedtest.apk
spoofapp.apk
steel.apk
stopwatch.apk
streamfurious.apk
TaskManager.apk
telnet.apk
textedit.apk
texttospeech.apk
thesaurus.apk
theWeatherchannel.apk
throttlecopter.apk
timedprofiles.apk
timeriffic.apk
toggleair.apk
togglebluetooth.apk
togglebright.apk
togglegps.apk
togglesettings.apk
togglewifi.apk
traffic.apk
ttstranslator.apk
tunewiki.apk
txtspeed.apk
UnZip.apk
videoplayer.apk
videorecorder.apk
voiceclient.apk
voicerecorder.apk
walkietalkie.apk
Watts.apk
wertago.apk
wifiscan.apk
WordWrench.apk
yelp.apk
all are or were free @ the time and were or are trials. Sorry that you need to download the whole thing but I didnt have the time to do them seperately. I use Extract Now to unpack it, I changed the link so tell me if it works.
Click to expand...
Click to collapse
youAdb is a very convenient tool for you android device which allows you to do various actions by just a couple of clicks.
Some features:
- SD-Partition-Manager (FAT32, EXT2/3/5, Linux Swap etc.!)
- App Manager (FULL BACKUP function!)
- File Manager (Push, Pull, Delete folders/files...)
- Reboot, Reboot Recovery, Adb Remount...
- View and automatically SAVE LOGS
- custom adb commands (like a shell)
- Install recovery images!
- Shows device's state and Serial Number
In contrast to most other android tools this tool is stable, leightweight (less than 1MB!) and easy to set up!
Watch a video tour: http://www.screentoaster.com/watch/stU0xUQ0VLQ1tZQl9UWVtf (ya, i know, my mic sucks.)
Screenshots:
DOWNLOAD: youadb.4shared.com
Nicely done.
It works great on my G1. I've not tested the partitioning section yet, but everything else works fine!
good job!
I keep getting ADB server is out of date
idbl_fanatic said:
I keep getting ADB server is out of date
Click to expand...
Click to collapse
..but you don't get this if you manually use adb via cmd?
try using sdk 1.6 and android 1.6
Works great on my G1.
A few suggestions:
Apps window, make the sections scalable because some app names are larger than the widow size.
Push/Pull window, allow double click to open the folder instad of having to go to enter to open it.
Reorder list by name
evilkorn said:
Apps window, make the sections scalable because some app names are larger than the widow size.
Click to expand...
Click to collapse
actually i'm reworking the whole gui right now to be fully scalable!
Push/Pull window, allow double click to open the folder instad of having to go to enter to open it.
Reorder list by name
Click to expand...
Click to collapse
ok i'm gonna do that too. good ideas.
fabsn said:
..but you don't get this if you manually use adb via cmd?
try using sdk 1.6 and android 1.6
Click to expand...
Click to collapse
I am such a noob for android, where would I get this?
Pretty cool, man. Good job on this!
idbl_fanatic said:
I am such a noob for android, where would I get this?
Click to expand...
Click to collapse
Get the sdk here:
http://developer.android.com/sdk/1.6_r1/index.html
(the adb file your looking for is in the tools directory)
i also recommend using the latest version of android (have a look at the development secion of the board) because i'm developing the software using a android 1.6 (donut) phone.
Pretty cool, man. Good job on this!
Click to expand...
Click to collapse
Thanks.
fabsn said:
Get the sdk here:
http://developer.android.com/sdk/1.6_r1/index.html
(the adb file your looking for is in the tools directory)
i also recommend using the latest version of android (have a look at the development secion of the board) because i'm developing the software using a android 1.6 (donut) phone.
Thanks.
Click to expand...
Click to collapse
My bad, I didn't have my phone in debugger mode.
New release. Build 01711.
Changelog:
-Scalable gui. you can adjust the fileviewers size to the size you want. very useful, especially if there are many long filenames.
as requested by evilkron.
get it here:
youadb.4shared.com
Nice changes
But one problem: The push/pull tab gets stuck and won't go back in folders after going a few folders deep and won't go back with the ...
I noticed that too. I'm gonna fix that right away...
---
fixed.
build 01711b
changelog: fixed filebrowser's "..." (go back) button.
download: youadb.4shared.com
Its working great on my G1, at least the first version, just dl'ed the new edition. Great job on this...keep up the awesome work.
Any feature requests?
I need something to work on
Question. I ran Google app backup.
Where does it backup too?
kizer said:
Where does it backup too?
Click to expand...
Click to collapse
I have no idea (i dont use it) and i dont understand how this question is connected with this thread.
great app clean and simple to use, keep up the great work
Joe333x said:
great app clean and simple to use
Click to expand...
Click to collapse
i really appreciate this comment as thats exactly what this app is supposed to be: fast, easy and functional.
there might be some other tools which have more functions (which i'm going to implement too) but they're not as fast and stable as mine is / will be!
NEW RELEASE: build 02111
changelog:
-push/pull file function updated
-MAJOR speed and stability improvements: app starts in less than 1sec and uses multitasking so that it will stay stable and is faster (especially when pushing files or searching fo .apks on ur computer!)
Download: youadb.4shared.com
________________________
NEW release: build 02211
changelog:
- added remount button
- slight ui changes
- fixed assemblyinformation
- improved "custom adb command" dialog
edit: fixed 1 more bug (you dont have to manually refresh the device stat to use the partitioning tool anymore)
=> build 02211b
Download: youadb.4shared.com
*UPDATE 4*:
Previews of existing themes are now viewable upon mouse over of the theme names.
*UPDATE 3*:
I have now turned this into a web based program hosted on my personal website. Things to know before trying it out:
-It will convert both old style themes (those with lockscreen directories instead of files) and new style themes (most themes).
-It will supply you with a download link to your converted theme and also a link to every theme that has been converted thus far. Check to see if your theme is already there before uploading it.
-Uploads and downloads from my server may be a bit slow, but considering how small most of these files are, this shouldn't be a major issue.
-The upload file size is limited to 8 MB. If you have a theme bigger than that, remove all non-lockscreen files from it and repack it before uploading it.
-The file name can not have any spaces or special characters. If it does, just rename it so that it doesn't before uploading it.
-The conversion is still not (any will never be) foolproof. There will be some cases where you'll have to go into the manifest.xml file and manually update the values that were overlooked. As it is though, it seems to fully convert ~90% of themes with no further work needed.
-If my website is not responding, send me a pm or post here.
-If you have any questions/issues, post here.
-Enjoy
Link: http://betelicious.dyndns.org/cgi-bin/converter
*UPDATE 2*:
v0.2 attached! It now takes care of all the extracting and repacking for you. You basically just feed it an mtz file and it will handle the rest. This will currently only work with *new* style themes, where the mtz contains an archive called "lockscreen". The logic is the same as before.
*UPDATE 1*
The Perl script is attached! READ THE INCLUDED README!! If you still have questions, feel free to post here or pm me.
All I ask is that you guys help each other out- If you're able to successfully use the script, help out those who can't by converting any requested themes from this thread. And please share here any themes you are able to successfully convert! Let this serve as the official qHD converted theme thread. As always, have fun and enjoy!
The easiest way to make this work properly is to follow these steps:
1.) Download cygwin from http://www.cygwin.com/setup.exe
2.) Run setup.exe.
3.) At the "Select packages" screen in the installer, search for "perl", click "Perl" to expand it, and then click on "Skip" for "perl: Larry Wall's Practical Extracting and Report Language" so that "Skip" changes to the version number, meaning it will be installed.
4.) Do the same for "perl-Image-Magick: image manipulation software suite (Perl bindings)", which should also be listed there under the expanded "Perl" section, so that it's version is displayed. Also ensure that the zip and unzip utilities are installed in the same way.
5.) Search for 'make' and select Devel->make (The GNU version of the 'make' utility) so that it too installs. You'll need this to install any modules in CPAN later.
5.) Click next and complete the cygwin installation.
6.) Open cygwin and, at the prompt type "cpan".
7.) At the cpan prompt, type "Install Image::Info"
8.) Once the Image::Info module is installed, you should be able to run the script without any errors.
Hey guys, I got tired of trying MIUI lockscreen themes only to find that they don't work with my Sensation (along with any other qHD phone). So I wrote a little Perl script to take care of most of the tedious stuff (resizing all of the images and calculating and replacing all of the x, y, w, h values within manifest.xml). This actually takes care of everything in some cases. For example I converted the Sense Ring lockscreen theme with this script and it was good to go in about 10 seconds of work.
But I want to make it clear that I will not be spending copious amounts of time fixing things that the script doesn't already fix. If it's something little, I'll try to fix it. Or if it's something big and I'm bored, I'll also try to fix it, but I'm making no guarantees!
I'm also looking into a way to automate the process by possibly hosting this script somewhere and allowing anyone to upload an mtz file and get the updated mtz back. If this is ever happens, it will not be foolproof, but it will be an enormous first step in any WVGA/HDPI -> qHD conversion. So bring on your requests!
*PLEASE INCLUDE A LINK TO THE THREAD OR WEBSITE WHERE THE THEME YOU'RE TALKING ABOUT IS LOCATED SO I DON'T HAVE TO SEARCH!!*
Can you do the boom lockscreen ?
Dano79 said:
Can you do the boom lockscreen ?
Click to expand...
Click to collapse
I'll give it a go, but can you link me to it? Thanks.
EDIT: nvm found it in MiUI theme app. Downloading slowly.
Hey can you convert darkmix? Its the 4th row on the hottest tab of themes
Really appreciate yiy doing requests
surronix said:
Hey can you convert darkmix? Its the 4th row on the hottest tab of themes
Really appreciate yiy doing requests
Click to expand...
Click to collapse
Sure, downloading now, but been stuck at 0% for a few minutes. Looks like their server is down/hit. If you want it fast, just grab it off your SD card at /MIUI/themes/ and upload it here (or at megaupload.com or something.) because I'm free now
please help
could you please convert TF3 theme? both of theme. you know...the transformers theme. I get it from online theme. I downloaded it from there
Circles: link to a downloadable file-http://minus.com/mhk6BAz8n
skadoosh said:
Circles: link to a downloadable file-http://minus.com/mhk6BAz8n
Click to expand...
Click to collapse
Attached. Thanks for the link
btw I briefly checked out the theme and it seems to look/work fine, but let me know if you find any issues.
VA sideLock V1.1-Changed :http://www.mediafire.com/?d89fu58qs5he3ci
You can help me . Thanks
http://db.tt/Pjo01MAK
Here you are good sir once again thanks
Circles_v3_ClockDate: http://minus.com/mhk6BAz8n#46
---------- Post added at 03:45 AM ---------- Previous post was at 03:43 AM ----------
shooger said:
Attached. Thanks for the link
btw I briefly checked out the theme and it seems to look/work fine, but let me know if you find any issues.
Click to expand...
Click to collapse
it works fine btw..thanks
could you please fix this :
http://forum.xda-developers.com/showpost.php?p=19395729&postcount=72
and this :
http://forum.xda-developers.com/showpost.php?p=19695936&postcount=77
and this :
http://forum.xda-developers.com/showpost.php?p=19886008&postcount=93
and
http://forum.xda-developers.com/showpost.php?p=19961533&postcount=99
those 're all great lock screen , some very complicate, maybe be good to test your script
moneyrain said:
could you please fix this :
http://forum.xda-developers.com/showpost.php?p=19395729&postcount=72
and this :
http://forum.xda-developers.com/showpost.php?p=19695936&postcount=77
and this :
http://forum.xda-developers.com/showpost.php?p=19886008&postcount=93
and
http://forum.xda-developers.com/showpost.php?p=19961533&postcount=99
those 're all great lock screen , some very complicate, maybe be good to test your script
Click to expand...
Click to collapse
+1 for the last one forsure
quan1984 said:
VA sideLock V1.1-Changed :http://www.mediafire.com/?d89fu58qs5he3ci
You can help me . Thanks
Click to expand...
Click to collapse
Here you go. The weather widget doesn't work for me, but I'm assuming that's only because I don't have the required app installed.
surronix said:
http://db.tt/Pjo01MAK
Here you are good sir once again thanks
Click to expand...
Click to collapse
Attached. I only attached the lockscreen theme since it's much smaller. To install it, you have to go to customize and then lockscreens and select it.
honeycomb lockscreen: http://androidspin.com/2011/10/05/miui-themes-honeycomb-lockscreen-for-your-android-phone-anyone/
sophisticated lockscreen: http://minus.com/mhk6BAz8n#65
skadoosh said:
Circles_v3_ClockDate: http://minus.com/mhk6BAz8n#46
---------- Post added at 03:45 AM ---------- Previous post was at 03:43 AM ----------
it works fine btw..thanks
Click to expand...
Click to collapse
np. clock date version attached.
moneyrain said:
could you please fix this :
http://forum.xda-developers.com/showpost.php?p=19395729&postcount=72
and this :
http://forum.xda-developers.com/showpost.php?p=19695936&postcount=77
and this :
http://forum.xda-developers.com/showpost.php?p=19886008&postcount=93
and
http://forum.xda-developers.com/showpost.php?p=19961533&postcount=99
those 're all great lock screen , some very complicate, maybe be good to test your script
Click to expand...
Click to collapse
Fixed the last one first because it was requested by someone else too. Everything was perfect after the conversion except for the music controls. Spent a long time trying to figure out why and eventually just manually fixed it. Otherwise these are going smooth! I'll get to the rest tomorrow hopefully.
Well you made script to resize and changing values of mainfest for your phone
it will be awesome if you make script for mdpi devices as can use miui lock on it but resizing manually really time consuming
moneyrain said:
could you please fix this :
http://forum.xda-developers.com/showpost.php?p=19395729&postcount=72
and this :
http://forum.xda-developers.com/showpost.php?p=19695936&postcount=77
and this :
http://forum.xda-developers.com/showpost.php?p=19886008&postcount=93
and
http://forum.xda-developers.com/showpost.php?p=19961533&postcount=99
those 're all great lock screen , some very complicate, maybe be good to test your script
Click to expand...
Click to collapse
First one (7mui) attached.
Well this Guide with all its spelling mistakes somehow made it to portal
Click to expand...
Click to collapse
For Developers: If you are planning to compile your ROM, and want to use this mod, then read This Post
Background Story:
I was missing the CyberShot Camera too much and found Google Camera has been ported to JB And I also wanted to try the Moded LifeLog app, which somehow was not working on my Pacman Rom.
These were the reasons I Decided to come back to JB Stock Base. I had a previous Nandroid Backup of Lovin's Z2 ROM for XV. I took all my Call-Log and SMS Backups and also took backup of some apps that I used. Then I restored the NAND Backup today.
after that I started restoring the apps+data. Everything was fine.
After few hours of using, As I always do, I took the periodic backup of my Call Logs again. That's when I noticed, the previous Logs were 700+ and now after making some calls, it came down to 500. after Some test, I found out, this is not problem of Backup software.
A little Google search revealed Android has a default call log limit set to 500 Calls.
I searched for Xposed Mod for this, found TrimNot. But it showed error. Most probably, it is only for KK. Then I thought why not MOD it myself?
That's how it all started...
The research & work procedure:
I first thought, OK, I need to find where the Calls are stored. After passing some time with Google, I found, the Logs are stored in a SQlite3 Database, in
Code:
/data/data/com.android.providers.contacts/databases/contacts2.db
There is no limit in this database storage. So, the limit must be in the code.
After another couple of hours, I found that Android checks if the contacts has reached 500 then removes the older. Searching with
Call Log Android
Click to expand...
Click to collapse
in android API reference, where I found some leads on my research.
"public class CallLog" which is under "android.provider.CallLog"
Something told me, to look for this class, in the actual source code. But that's almost 30 GB and I don't have time. from some prior Java knowledge I knew, all class have their own source file, with the same name, So the name would be "CallLog.java"
Now I searched Google, with it and found exactly what I was looking for. The search took me to a Git page android/platform_frameworks_base
And here I found this code.
Java:
private static void removeExpiredEntries(Context context) {
final ContentResolver resolver = context.getContentResolver();
resolver.delete(CONTENT_URI, "_id IN " +
"(SELECT _id FROM calls ORDER BY " + DEFAULT_SORT_ORDER
+ " LIMIT -1 OFFSET 500)", null);
}
The file is located in
Code:
platform_frameworks_base/core/java/android/provider/CallLog.java
and from the name I guessed, this should be inside framework files. Then I went into action. I first tried to de-compile the framework-res.apk file. I used Advanced APKTool by BDFreak
Using the windows search tool, I searched for "call log". I found nothing. Then I tried to de-compile "framework.jar". For this, I followed guide by Rizal Lovins - [Share Latest Apktool 4.2.2/Guide/Tutorial/] How to Decompile/Compile/Sign Apk/Jar
after the de-compiling was Done, I found there is a "android/provider" folder. Yes, it look similar to "platform_frameworks_base/core/java/android/provider/CallLog.java"
So, here should be the files. And I found Two files
Code:
CallLog$Calls.smali
CallLog.smali
I opened both with Notepad++,
CallLog.smali gave me noting.
But after a careful search, I found the exact query inside the ]CallLog$Calls.smali file.
I found this line -
Code:
const-string v2, "_id IN (SELECT _id FROM calls ORDER BY date DESC LIMIT -1 OFFSET 500)"
I just changed 500 to 100000 and I knew my task was done.
I then recompiled the framework.jar and took backup of my original framework.jar (took Nandroid backup ), replaced the original with my modified JAR file. Set the permission rw-r-r or 644. Then rebooted my phone.
Testing:
After the phone started, I made a call, then took backup of the Call Log with Call Log Backup Restore it showed 501.
This means my task is done.
Then I thought, why not share the whole experience today in XDA. So I started Writing this Guide.
F.A.Q.
Why I need more than 500 Call Log ?
- Well I work in Billing Department of a GSM Phone Exchange/Gateway. I periodically cross check my phone Call Logs with the Exchange SoftSwitch Data. Except for that, It's just fun to try something new.
Why this guide has no steps or required steps?
- Because, if anything I missed, those will be added later in the FAQ, from the comments.
Is this tested on any device?
-Yes,
My # Xperia V with LOVINS X™ Z2 ROM 9.2.A.2.5
# Xperia V NeoWave™ ROM
# Xperia TX OmniRom
# Xperia TX (unknown ROM )
# Xperia Z2 (unknown ROM )
# Xperia P Stock ROM
#Xperia P JB based Enigma v7.2 ROM
#CyanogenMod 11 M11 and M12
Can this work on my T/TX/TL/Z/Z1 etc. etc.
- Theoretically it should work on any Device and any ROM. But, practically, I don't know, why don't you try yourself and let me know
I'm newbie, can you provide me more simple guide?
- Well I'm a Newbie myself Just take a Nandroid Backup and start the process. What can go wrong? At most you'll have to restore the backup.
Go to every link and read those too. And Don't forget to Thank those people who provided the Tools and Guides.
Still If you don't understand my guide, read it twice, if it doesn't work read again.
Ha Ha Ha kidding. Here you go A Simple guide
Update:
If you are planning to compile your ROM, and want to use this mod, then read This Post
I switched to NeoWave™ ROM and just as usual applied my MOD. Restored 800+ Call Log from Backup. Now I find another limitation. It's in the Dialer. In the KitKat Call History, there is a Statistics option. Here it always shows
TOTAL: 500 Calls,....
Click to expand...
Click to collapse
So Now I'm digging the sources again to make the stats go higher.
Update: The issue was caused because, after sometimes (any call), the call history automatically turned to 500. Because the framework.jar was odexed and i guess, odex file had the old value set again. And for the NeoWave I used android MultiTool, it showed one error while compiling, Unsigned Short value exceeds, I didn't notice that. My bad. Now I have done the Mod again with Apktool (Lovins shared one) and removed the odex file and then Everything seems fine. Even the Statistics Shows, TOATAL: 1203 Calls, ....
Tested on OmniRom and works as expected. I've used an Xposed module before which does the same thing, but it's always nice to find new ways to implement things without having to use Xposed.
Antiga Prime said:
Tested on OmniRom and works as expected. I've used an Xposed module before which does the same thing, but it's always nice to find new ways to implement things without having to use Xposed.
Click to expand...
Click to collapse
Thanks for the Confirmation. I am updating the Tested Device & ROM. Your device is TX, Right? I guessed from the signeture
Antiga Prime said:
Tested on OmniRom and works as expected. I've used an Xposed module before which does the same thing, but it's always nice to find new ways to implement things without having to use Xposed.
Click to expand...
Click to collapse
Would you like to share the Xposed module you used before?
pollob666 said:
Thanks for the Confirmation. I am updating the Tasted Device & ROM. Your device is TX, Right? I guessed from the signeture
Click to expand...
Click to collapse
Yes, I have a TX.
tianzhisun said:
Would you like to share the Xposed module you used before?
Click to expand...
Click to collapse
It's the same one linked in the OP, except it's named TrimNot, not TimNot. I thought it might be a different one given that the one linked above didn't work for @pollob666, but I guess it's because I'm on a 4.4 ROM.
It's the same one linked in the OP, except it's named TrimNot, not TimNot. I thought it might be a different one given that the one linked above didn't work for @pollob666, but I guess it's because I'm on a 4.4 ROM.
Click to expand...
Click to collapse
Oops.. It was a Typo Yes, TrimNot works on KK but not on JB. that is why I needed to modify my Android Framework.
This is great and I will try it out.
But there is also another ridiculous limitation, that is the maximum of 20 alarms you can have in the clock
acb123 said:
This is great and I will try it out.
But there is also another ridiculous limitation, that is the maximum of 20 alarms you can have in the clock
Click to expand...
Click to collapse
for the clock there is this guide http://forum.xda-developers.com/showpost.php?p=53591001&postcount=6 give it a look
acb123 said:
This is great and I will try it out.
Click to expand...
Click to collapse
After trying, give us the update.
But there is also another ridiculous limitation, that is the maximum of 20 alarms you can have in the clock
Click to expand...
Click to collapse
I didn't notice that. Let's see what we can do about that
pollob666 said:
I didn't notice that. Let's see what we can do about that
Click to expand...
Click to collapse
give a look at the link in the post above yours... it's for z2 but it could work also for other version
Works fine on Xperia P running JB based Enigma v7.2
It works on stock based Xperia P. pollob666 small typo. How about renaming "tasted" to "tested"
usb2 said:
give a look at the link in the post above yours... it's for z2 but it could work also for other version
Click to expand...
Click to collapse
Yeah, saw that, going to try it tomorrow. Hopefully, here I can find some DB sources too.
prasadkumar013 said:
It works on stock based Xperia P. pollob666 small typo. How about renaming "tasted" to "tested"
Click to expand...
Click to collapse
Sorry about that, I guess I'll have to check the whole OP
Please make the steps simple for a newbie
Well, I was looking for this feature since Google invented Android!:good:
I was using MIUI because of they're giving unlimited Call log. Then some one invented TrimNot on Aug 15, 201, I came again to OzcanRom (My Fav). Trim not doesn't work at all.
My question is, Can you make this step more simple. I'm a new bie. :fingers-crossed:
pollob666 said:
Background Story:
I was missing the CyberShot Camera too much and found Google Camera has been ported to JB And I also wanted to try the Moded LifeLog app, which somehow was not working on my Pacman Rom.
These were the reasons I Decided to come back to JB Stock Base. I had a previous Nandroid Backup of Lovin's Z2 ROM for XV. I took all my Call-Log and SMS Backups and also took backup of some apps that I used. Then I restored the NAND Backup today.
after that I started restoring the apps+data. Everything was fine.
After few hours of using, As I always do, I took the periodic backup of my Call Logs again. That's when I noticed, the previous Logs were 700+ and now after making some calls, it came down to 500. after Some test, I found out, this is not problem of Backup software.
A little Google search revealed Android has a default call log limit set to 500 Calls.
I searched for Xposed Mod for this, found TrimNot. But it showed error. Most probably, it is only for KK. Then I thought why not MOD it myself?
That's how it all started...
The research :
I first thought, OK, I need to find where the Calls are stored. After passing some time with Google, I found, the Logs are stored in a SQlite3 Database, in
Code:
/data/data/com.android.providers.contacts/databases/contacts2.db
There is no limit in this database storage. So, the limit must be in the code.
After another couple of hours, I found that Android checks if the contacts has reached 500 then removes the older. Searching with
in android API reference, where I found some leads on my research.
"public class CallLog" which is under "android.provider.CallLog"
Something told me, to look for this class, in the actual source code. But that's almost 30 GB and I don't have time. from some prior Java knowledge I knew, all class have their own source file, with the same name, So the name would be "CallLog.java"
Now I searched Google, with it and found exactly what I was looking for. The search took me to a Git page android/platform_frameworks_base
And here I found this code.
Java:
private static void removeExpiredEntries(Context context) {
final ContentResolver resolver = context.getContentResolver();
resolver.delete(CONTENT_URI, "_id IN " +
"(SELECT _id FROM calls ORDER BY " + DEFAULT_SORT_ORDER
+ " LIMIT -1 OFFSET 500)", null);
}
The file is located in
Code:
platform_frameworks_base/core/java/android/provider/CallLog.java
and from the name I guessed, this should be inside framework files. Then I went into action. I first tried to de-compile the framework-res.apk file. I used Advanced APKTool by BDFreak
Using the windows search tool, I searched for "call log". I found nothing. Then I tried to de-compile "framework.jar". For this, I followed guide by Rizal Lovins - [Share Latest Apktool 4.2.2/Guide/Tutorial/] How to Decompile/Compile/Sign Apk/Jar
after the de-compiling was Done, I found there is a "android/provider" folder. Yes, it look similar to "platform_frameworks_base/core/java/android/provider/CallLog.java"
So, here should be the files. And I found Two files
Code:
CallLog$Calls.smali
CallLog.smali
I opened both with Notepad++,
CallLog.smali gave me noting.
But after a careful search, I found the exact query inside the ]CallLog$Calls.smali file.
I found this line -
Code:
const-string v2, "_id IN (SELECT _id FROM calls ORDER BY date DESC LIMIT -1 OFFSET 500)"
I just changed 500 to 100000 and I knew my task was done.
I then recompiled the framework.jar and took backup of my original framework.jar (took Nandroid backup ), replaced the original with my modified JAR file. Set the permission rw-r-r or 644. Then rebooted my phone.
Testing:
After the phone started, I made a call, then took backup of the Call Log with Call Log Backup Restore it showed 501.
This means my task is done.
Then I thought, why not share the whole experience today in XDA. So I started Writing this Guide.
F.A.Q.
Why I need more than 500 Call Log ?
- Well I work in Billing Department of a GSM Phone Exchange/Gateway. I periodically cross check my phone Call Logs with the Exchange SoftSwitch Data. Except for that, It's just fun to try something new.
Why this guide has no steps or required steps?
- Because, if anything I missed, those will be added later in the FAQ, from the comments.
Is this tested on any device?
-Yes,
My # Xperia V with LOVINS X™ Z2 ROM 9.2.A.2.5
# Xperia TX OmniRom
# Xperia TX (unknown ROM )
# Xperia Z2 (unknown ROM )
# Xperia P Stock ROM
Can this work on my T/TX/TL/Z/Z1 etc. etc.
- Theoretically it should work on any Device and any ROM. But, practically, I don't know, why don't you try yourself and let me know
Click to expand...
Click to collapse
---------- Post added at 11:08 AM ---------- Previous post was at 10:10 AM ----------
Can you please share the framework.jar file that edited and recompiled by you? If you can make a edited framework.jar for OzcanRom 4.2, I will be very thankful. I spent almost two nights on this and failed. Please help. :silly::fingers-crossed:
Antiga Prime said:
Tested on OmniRom and works as expected. I've used an Xposed module before which does the same thing, but
it's always nice to find new ways to implement things without having to use Xposed.
Click to expand...
Click to collapse
A Simpler guide
jamoen said:
My question is, Can you make this step more simple. I'm a new bie. :fingers-crossed:
Can you please share the framework.jar file that edited and recompiled by you? If you can make a edited framework.jar for OzcanRom 4.2, I will be very thankful. I spent almost two nights on this and failed. Please help. :silly::fingers-crossed:
Click to expand...
Click to collapse
No need to Quote the whole OP
My framework.jar won't work for you. We need to modify your ROM's framework.jar if you can provide me that file, I can MOD it for you.
But, I am giving the Simple steps. I would be very happy if you can do it yourself.
I am assuming you already have Notepad++ or Similar text editing tool and know how to pull files from /system
Step 1: Download APKTool of your choice. I used Advanced APKTool by BDFreak
Step 2: Decompile your framework.jar. For this, I followed guide by Rizal Lovins - [Share Latest Apktool 4.2.2/Guide/Tutorial/] How to Decompile/Compile/Sign Apk/Jar
Step 3: Open the CallLog.smali file and any other files that starts with CallLog ( like in my case CallLog$Calls.smali ) in Notepad++ or any other Text Editor.
Step 4: search for "SELECT _id FROM calls ORDER BY" or similar lines. You will find LIMIT -1 OFFSET 500 change 500 with any number you want.
Step 5: Save the modified file smali, and recompile the jar file.
Step 6: Just to be safe, take a NANDROID backup.
Step 7: Take a backup of the original framework.jar, delete it from system and push the modified framework.jar to System and change permission to rw-r-r or 644. Reboot.
Step 8: test
I couldn't find Provider folder. Please help.
I couldn't find Provider folder. Please help.
Failed! Please help
pollob666 said:
No need to Quote the whole OP
Click to expand...
Click to collapse
Thank you for the reply.
I could not find any folder called Provider. Searched all folders and failed to find a call entry.
I took the framework.jar from system folder. Any wrong?
Attached my framework.jar file. Please help me.
Found the string in framework2.jar and edited. Success!!
Please help me to push it again...
Can I use esfile explorer?
---------- Post added at 02:31 PM ---------- Previous post was at 02:09 PM ----------
jamoen said:
Found the string in framework2.jar and edited. Success!!
Please help me to push it again...
Can I use esfile explorer?
Click to expand...
Click to collapse
Unfortunately.. The method failed. Going back to MIUI in tears..
jamoen said:
Found the string in framework2.jar and edited. Success!!
Please help me to push it again...
Can I use esfile explorer?
---------- Post added at 02:31 PM ---------- Previous post was at 02:09 PM ----------
Unfortunately.. The method failed. Going back to MIUI in tears..
Click to expand...
Click to collapse
WOW, you really did it. Sorry I was in training my juniors at office, didn't reply earlier.
You can use es explorer, or if you have adb, then you can use some shell commands. I can give you the commands, if you haven't done it already.
It should work. Let me check and mod a it for you.
Edit: Sorry, I don't have the framework2.jar. ant the ROM is too big for downloading now at office. But for Samsung device, I guess the re-compile process needs a bit working. you need to recompile the file, then open it in 7zip or WinRAR replace the AndroidManifest file with the file of the original, (then sign it then zipalign it not sure for jar file though). Then push it to the system.
pollob666 said:
WOW, you really did it. Sorry I was in training my juniors at office, didn't reply earlier.
You can use es explorer, or if you have adb, then you can use some shell commands. I can give you the commands, if you haven't done it already.
It should work. Let me check and mod a it for you.
Edit: Sorry, I don't have the framework2.jar. ant the ROM is too big for downloading now at office. But for Samsung device, I guess the re-compile process needs a bit working. you need to recompile the file, then open it in 7zip or WinRAR replace the AndroidManifest file with the file of the original, (then sign it then zipalign it not sure for jar file though). Then push it to the system.
Click to expand...
Click to collapse
I double checked it. Again extracted the framework.jar and decompliled it.The string of 100000 is there. But this thing is not working. I don't know why.
Can I share you the framework2.jar with you?
jamoen said:
I double checked it. Again extracted the framework.jar and decompliled it.The string of 100000 is there. But this thing is not working. I don't know why.
Can I share you the framework2.jar with you?
Click to expand...
Click to collapse
I will modify it and upload it for you. But I guess I will need the framework-res.apk with it. if there is any. But, I'm going home now, I'll update you by 11pm.