I removed the default Hero lock screen via ABD... Now I get the error on the Image.
{
"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 think the answer of my question is here http://geekfor.me/fixes/vanilla-lockscreen
but I’m a newbie and don't know what to do...
HOW DO I RESOLVE THIS ERROR?
look for Jschisurf's lockscreen fixes in the themes and apps section
even a little bit of searching could have helped
Not Helping your suggestion.....
What ROM are you running?
The Default 2.1 from Sprint, and is Rooted...
I'm almost entirely certain they don't have that fixed yet. I could be wrong. Is it deodexed?
DevinXtreme said:
I'm almost entirely certain they don't have that fixed yet. I could be wrong. Is it deodexed?
Click to expand...
Click to collapse
Yes, In my first post is a Link with a FIX but it doesn't show how to install or instructions on how to use that fix.
http://geekfor.me/fixes/vanilla-lockscreen
rockypr said:
Yes, In my first post is a Link with a FIX but it doesn't show how to install or instructions on how to use that fix.
http://geekfor.me/fixes/vanilla-lockscreen
Click to expand...
Click to collapse
DOWNLOAD (pick one):
•Just fix the lock screen: http://link.geekfor.me/vanillalock1
•Fix the lock screen and install vanilla clock. You will end up with two “Clock” programs in your app drawer. You MUST set your alarm in vanilla android’s clock if you want to be able to turn it off in the morning. lol. : http://link.geekfor.me/vanillalock2 (you will have duplicate “Clock” entries in your app drawer. One for vanilla and one for HTC)
•Fix the lock screen, install vanilla clock and uninstall world clock: http://link.geekfor.me/vanillalock3
Then reboot into recovery, and choose the option to flash from sd. Flash the option you picked from above and then reboot. Should be fixed.
Did the reboot into recovery, Install whatever and Worked, but din't fix the lockscreen LOL
Are you using a deodexed rom?
Changes from 2.1.1 to 2.1.2:
•Entire rom has been de-odexd.
◦An odex file is basically a chunk of source code that has already been extracted from the apk and put on /system/. This is done to speed up the first boot of a rom (you know how your first boot takes a long time... that's while it is extracting all of these dex files) and also to save space on /data/. Our stock sprint rom comes with this odex files to give you those benefits, however it also prevents us from "hacking" those files and modifying them. This build has taken all those odex files and injected them back in the apk's. So expect a slower first boot, and more space taken up on /data/, but you get benefits from it such as the vanilla lock screen being fixed and live wallpapers in Rosie.
It was taken from here
I know the lockscreen fix works, I'm using it
brian m said:
Are you using a deodexed rom?
Changes from 2.1.1 to 2.1.2:
•Entire rom has been de-odexd.
◦An odex file is basically a chunk of source code that has already been extracted from the apk and put on /system/. This is done to speed up the first boot of a rom (you know how your first boot takes a long time... that's while it is extracting all of these dex files) and also to save space on /data/. Our stock sprint rom comes with this odex files to give you those benefits, however it also prevents us from "hacking" those files and modifying them. This build has taken all those odex files and injected them back in the apk's. So expect a slower first boot, and more space taken up on /data/, but you get benefits from it such as the vanilla lock screen being fixed and live wallpapers in Rosie.
It was taken from here
I know the lockscreen fix works, I'm using it
Click to expand...
Click to collapse
I am running the Sprint Default 2.1 rom...
rockypr said:
I am running the Sprint Default 2.1 rom...
Click to expand...
Click to collapse
If it's just stock rooted, then there's the problem. But from the screenshot you showed, the buttons on the bottom look like the Rosie from Flipz' ROM. Go flash the ROM I linked to and then do the fix.
brian m said:
If it's just stock rooted, then there's the problem. But from the screenshot you showed, the buttons on the bottom look like the Rosie from Flipz' ROM. Go flash the ROM I linked to and then do the fix.
Click to expand...
Click to collapse
Thanks brian m, I Installed the ROM and the lockscreen Works!
Glad to see it worked out
Related
So the guys over in the X10 Forum got the system dump from the X10 posted
Forum:
http://forum.xda-developers.com/forumdisplay.php?f=617
System Dump Post:
http://forum.xda-developers.com/showpost.php?p=6089394&postcount=23
I'm working on porting bits of it to my G1 as a side project/learning experiment. I'm using Cyanogen's latest release as a base and I got some various parts moved over, but I'm getting the error "E:Can't find update script" when flashing, even though I have the script at META-INF\com\google\android\update-script. It's unmodified from Cyan's base.
Is there something I need to add to the update-script to include the parts from the X10 system dump I added?
Mr17 said:
So the guys over in the X10 Forum got the system dump from the X10 posted
Forum:
http://forum.xda-developers.com/forumdisplay.php?f=617
System Dump Post:
http://forum.xda-developers.com/showpost.php?p=6089394&postcount=23
I'm working on porting bits of it to my G1 as a side project/learning experiment. I'm using Cyanogen's latest release as a base and I got some various parts moved over, but I'm getting the error "E:Can't find update script" when flashing, even though I have the script at META-INF\com\google\android\update-script. It's unmodified from Cyan's base.
Is there something I need to add to the update-script to include the parts from the X10 system dump I added?
Click to expand...
Click to collapse
is your meta-inf folder intact? there should be other files in there besides the com folder.
Yup, heres the structure:
META-INF
-com
--google
---android
----update-script
-CERT.RSA
-CERT.SF
-MANIFEST.MF
i had some errors like this... try changing the name of your update.zip
I managed to port it over, but it was just a themed 1.6, couldn't get any of the X10 apps to work (do you have to do something differently with the .odex files?) It booted fine though.
I can send you my update-script if that will help at all?
Thanks for the reply, the original file name was x10-test-1-signed.zip, I changed it to test.signed.zip and it did the same thing. I also tried update.zip with the same result.
Hey Meltus, that would be helpful, then i can compare the 2 and see what im missing.
also: if you leave the odex files out, the system will create them automatically, that might help?
ah i'll try that, thanks.
Here's the update-script file i'm using. [attached, remove .txt] I nicked it from some ROM, can't remember which lol (sorry )
Also, does anyone know how to change the resolution? It is SERIOUSLY messed up lol.
Meltus said:
Also, does anyone know how to change the resolution? It is SERIOUSLY messed up lol.
Click to expand...
Click to collapse
I thought it was in the build prop? I didnt see it in there though. not in the one i have anyway.
actually, i bet if you changed this line in the build prop:
ro.sf.lcd_density=240
to
ro.sf.lcd_density=160
it would probably help
I tried your update-script and I got the same err :/
Mr17 said:
actually, i bet if you changed this line in the build prop:
ro.sf.lcd_density=240
to
ro.sf.lcd_density=160
it would probably help
Click to expand...
Click to collapse
nah tried that, didn't help
Not sure why it's not finding the file. Try redoing the folder layout.
I tried rebuilding, no go. would you mind sending me what you have? maybe we can get that working?
Well, my update.zip doesn't do anything atm. (gonna deodex all the files first and see if that works) but it flashes. It only works if you fastboot all the .img's first and then flash the update.zip though.
I often found that you don't ZIP the main folder you keep your data, system and other folders in, but the ones inside it. You select all of them, ZIP and name it "update". Then sign. Try using this method.
What are you using the zip the archive? Try using 7-zip? Sounds like Android doesn't know how to unzip your zip file.
{
"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"
}
boldfilter said:
Click to expand...
Click to collapse
That's precisely what I was trying to express
roccodaone said:
That's precisely what I was trying to express
Click to expand...
Click to collapse
I was doing the exact same thing yesterday lol
for sprint hero?
booo. lame.
apparently its just a matter of changing a few .pngs in what we already have (no matter the build?) but im too scared to f*ck with it
ill try it lol i just need a guide or something
just replace them in the apk with the ones you want (same name), then build a install zip, sign it, and push via adb or install via RA
{
"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 i have a little more details?
N0J said:
just replace them in the apk with the ones you want (same name), then build a install zip, sign it, and push via adb or install via RA
Click to expand...
Click to collapse
hey NOJ what file would i play with to get the font to green with your theme love it BTW hope your having as good of a holliday as i am
how would i open and edit the files?
aauussttiinn88 said:
hey NOJ what file would i play with to get the font to green with your theme love it BTW hope your having as good of a holliday as i am
Click to expand...
Click to collapse
Thanks!
not bad, although I'm just now getting to relax and enjoy...
TBH, I've never been very good with xml modding.
That's were I ask favors from flipz, lol
N0J said:
Thanks!
not bad, although I'm just now getting to relax and enjoy...
TBH, I've never been very good with xml modding.
That's were I ask favors from flipz, lol
Click to expand...
Click to collapse
lol its all good...thats what nandroid is for i guess...good lookin on the theme tho....i wanna put a disc golf one together
kys89012345 said:
can i have a little more details?
Click to expand...
Click to collapse
kys89012345 said:
how would i open and edit the files?
Click to expand...
Click to collapse
in alot of the roms I've used, there have been 3g variations in the files, just not in the right place or named correctly for CDMA. You can grab those if you want or create your own. Name them the same as the ones you want to replace. Open the apk with winzip or whatever app you use, find the files you want to replace, then drag the new ones into the apk.
If you get a prompt about encryption, choose other, then no encryption.
After that, build a folder structure just as if the app would be in the phone.
ex: system/framework/
- place the apk inside of the framework folder, and zip it.
- next you need to sign the zip, I'd use flipz's kitchen
- install via RA (place on sd card, reboot into recovery and install)
how would i open and edit the files?
kys89012345 said:
how would i open and edit the files?
Click to expand...
Click to collapse
with your favorite graphic editor, their png files.
beyond that, you might want to make a request in the thread where you got the ROM.
what ROM and addons are you using anyway?
here's a metamoprh zip that will change to 3g icons, and nothing else.
danaff37 said:
here's a metamoprh zip that will change to 3g icons, and nothing else.
Click to expand...
Click to collapse
hey man thanks!!
but, back to the long way. i found the right file, (using regaw mod, comes with the 3g icon) what do i change it to?
thank you for the zip I booted into recovery and flashed it but i still have the EV?
it's not a zip you flash. Download metamorph from the market, and install it from there.
and mountain... I just used the default 3g icons in framework-res.apk and placed them into com.htc.resources.apk with the metamorph
thankx guys I got it working
no problem
I installed MetaMorph, but at the beginning it says start basic checks to see if your phone can run, and it just hangs there and says its not responding, asks to wait or FC, please help
I replaced the stock android emoticons with regular looking ones.
{
"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"
}
Figured I'd post this guide in case anyone else wanted to do the same,
Instructions:
1 nandoid backup
2 download the attached .rar file
3 adb devices
4 adb pull /system/framework/framework-res.apk framework-res.apk
(make a backup copy of this file)
5 open the apk file with winrar
6 insert the .png files that are in the attached rar file into the framework-res.apk's \res\drawable-hdpi folder
7 adb remount
8 adb push framework-res.apk /system/framework/
9 adb reboot
For those looking for an easier way to do this you can make a flashable file here --> http://circle.glx.nl/
Oh wow! Can you do that with the Blacy emotes?
trying!
@martijua i just tried it and let see if it worked. rebooting now!!!!
It worked great!!
@GENEius what are blacy emotes?
Update i saw the" blacky emotes" and i would say yes you can if you had all the icons the right sizes
I decided to try other icons and i found out that....
- nandroid backup is a must just in case you mess anything up!
- If it is not the right size 24 x 24 px it will show a blank space instead of an icon.
-While doing this process you will see a FC error but that's ok just adb reboot
POSSIBLE CAUSES FOR FC ERRORS!
- If you do not adb pull before you abd push.
- Receiving a text while trying this out.
Not 100% sure because both of these things happend within the same try!
-I noticed that i actually put >PNG instead of .png and that may have been the problem.
NOW IT"S WORKING WILL UPDATE WITH A IMAGE!
SINCE I AM ACTUALLY DOING A LOT FOR THIS AND WILL TRY TO DO MORE I WILL CREATE MY OWN POST!
http://forum.xda-developers.com/showthread.php?p=8690694#post8690694
GENEius said:
Oh wow! Can you do that with the Blacy emotes?
Click to expand...
Click to collapse
Yes that could be possible provided the dimensions are correct and you name them accordingly.
For those looking for an easier way to do this you can make a flashable file here --> http://circle.glx.nl/
martijua said:
For those looking for an easier way to do this you can make a flashable file here --> http://circle.glx.nl/
Click to expand...
Click to collapse
+1 on that!
Is this something that should not be done on a custom rom? I tried on my phone with the latest fresh rom and all of my contact disappeared.
ElAguila said:
Is this something that should not be done on a custom rom? I tried on my phone with the latest fresh rom and all of my contact disappeared.
Click to expand...
Click to collapse
Google contacts? Make sure that your google account is still there...if it isnt re-add/sign back into google account.
Hm. I can use any pixel size. HTC Evo 4G seems to support most (I'm on 40x40 now). Using kawaii kitty faces from MSN :3
Anyway of doing this with APK Manager? Or NinjaMorph?
****..I wish someone could get emoji working! Seen a few threads about it but seems kinda shoddy.
Sent from my PC36100 using XDA App
thanks for the instructs, buddy. i've changed my icons like 3 times already tonight using this, lol
I have issues getting adb to work but I really hate the aliens... anyone have an easier way (I am rooted).
No1ustad said:
I have issues getting adb to work but I really hate the aliens... anyone have an easier way (I am rooted).
Click to expand...
Click to collapse
well....use root explorer, navigate to system/app and extract the framework, replace the emoticons, and copy-paste the mms app back where it came from
Reboot
you're done
thank you
These are awesome thank u!
Just wanted to add my testimony.
This works, but it will remove all your accounts from the Accounts section, thus removing you contacts, and resetting your wallpaper, and probably other personal settings.
However, setting them back was easy, and re-adding the account was also easy. Got all my contacts back and so on.
Thanks martijua!
http://circle.glx.nl/ is gone. Any alternatives?
ATM I don't have time to deal with missing stuff and restoring them back
P.S. Which way of those two mentioned exactly leads to losing some data? ADB or RootExplorer way?
New Emoticon Pack
Here is a pack of Emoji Emoticons if anyone wants to try out.
Do it at your own risk, i am not responsible for any damage.
O.K., that's cool - but is it possible to "replace with nothing" or simply turn them off?
What happens if i try to put empty files with png extension or blank png files or something - I believe that won't work...?
i want Sony Ericsson c901 & k800 smiley pack on my Samsung Galaxy Ace..
how do i get that?
Flash this in recovery mode
Gives you a honeycomb style battery percentage with white numbers.
This is for a stock ROM using the OTA update, Rooted
Attatched below are two files.
BatteryPercentageGRI40STOCKa.zip - Can be flashed in recovery on your N1
GB-HC-BatPercentageImages.zip - Is the pack of images used so they can be "morphed" to a different ROM / PHONE
--Link-->Build Your Own For Your Rom Here<--Link--
{
"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"
}
ThunderStick said:
Flash this in recovery mode
Gives you a honeycomb style battery percentage with white numbers.
Click to expand...
Click to collapse
Can you attach a screen shot?
Oooh! This sounds great. Small request, though... Would it be possible for you to release this as a morph as well, since the systemui.apk and framework-res.apk that this zip updates are device and ROM specific? I would love to give it a shot on my NS on CM7RC1.
ThunderStick said:
Flash this in recovery mode
Gives you a honeycomb style battery percentage with white numbers.
This is for a stock ROM using the OTA update, Rooted
Click to expand...
Click to collapse
Flashed on the [Update 3] ROM:GRI40 (2.3.3) Stock + De-odexed + Rooted + Busybox + Insecure boot and notification bar is disappeared.
I flashed this over the GRI40 Stock + De-odexed + rooted, and the notification bar disappeared as well.
Reflashed the above ROM and the bar is back.
I guess I will wait until a solution is found.
Thanks anyway. Looked nice on the lockscreen though...
For anyone having problems just use the UOT kitchen and build your own using your own framework-res.apk and system.apk this may be device dependent. Not too sure why others are having trouble.
installed w/o probs from recovery on a gri40 deodexed rooted, notification bar is still there
Damn, notification bar is gone...should have read the posts before flashing...
havent done a nandroid backup, is there any chance, to get the notification bar back without wiping?
i doubt it
i already solved it....i reflashed the rom...everything works fine
chalisto said:
i already solved it....i reflashed the rom...everything works fine
Click to expand...
Click to collapse
Lucky hehe
Didn't work by morphing on CM7_13, maybe it wont work on nightly's?
Didn't work morphing on CM7_12 either, endless bootloop... maybe it wont work on nightly's?
lolobabes said:
Didn't work morphing on CM7_12 either, endless bootloop... maybe it wont work on nightly's?
Click to expand...
Click to collapse
I just cooked on UOT kitchen and darn am loving the honeycomb battery widget! FTW! am on CM7 build #13 ahihihihi
Word of warning to those not able to read the fine print: this only works on deoxied roms
I found out when using this on my DHD (rooted, s-off, manually applied all the updates/OTA's etc, kept stock HTC Sense UI): I could update everything fine.
However, after the boot anim, I'd hit the 'enter PIN' screen, which wouldn't have my wallpaper but a black background. I'd get a lot of force-closes, too, but could see the new battery indicator! After entering my pin, I'd hit the pattern lock screen (also with a black background, still with the new batt. ind. present) .... and after I input my pattern, I guess Sense UI would crash and I would boot through and only be able to get to the exact same point again.
Luckily I'd backed up using ROM manager and a quick reflash of my system solved everything ....
Now I'll be searching for ways to get this with a minimum of deoxing. Could I use this battery indicator (using the online rom kitchen) by just deoxing framework-rez.apk? And could I re-ox it after applying the new battery indicator? As that's really the only thing I want to change right now...
Loop Reboot on Nexus One with GRI40 Root Deodexed ecc... with your attached file...
So I Tryed (in the UOT Kitchen) use my actually Framework+SystemUI and those from Rom .zip file...Same thing..
Some Suggestion?
Can someone let me know if I can use this on a rooted, stock sence rom EVO Shift? Also, what do I have to do? I'm sort of a noob to Android.
It seems that only a few users own this phone by now. Phone already got a rooting procedure here but no kernels or any mods so far. I create this thread for things to warm up! Will start some work on build.prop/tweaks this weekend
plzzz
hey i also want to make rom for this. as i dont own it and cant find any source for stock rom
can you please get me system folder of your rom
here are steps how to
1. download any terminal emulator from market.
2. open emulator and type the command with proper spacing as given below
tar -c system/* >> sdcard/system.tar
This will copy all your /system folder to your SDcard with name System.tar
so upload it somewhere and give me a link to it... personal message me...
itasoulas said:
It seems that only a few users own this phone by now. Phone already got a rooting procedure here but no kernels or any mods so far. I create this thread for things to warm up! Will start some work on build.prop/tweaks this weekend
Click to expand...
Click to collapse
[MOD] Modded framework with a few AOSP icons & crt off
I modded the framework a bit.
Features:
- CRT off screen animation
- Accurate battery mod (You can see the exact percent)
- Changed wifi, signal, progress bar, sdcard scan, power menu and other icons to AOSP gingerbread..
- Wifi & Signal icons are white when you are not connected on wifi/3g network or you have background data disabled, but turn to green when you have background data enabled on 3g/wifi
Preview: (status bar icons, battery mod, power menu)
{
"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"
}
Requirements:
- Rooted phone with antsm's kernel
Download:
- http://d-h.st/8H0 [6.02 MB]
- http://d-h.st/qjo (wallpaper)
How to install:
- Install antsm's kernel, root your phone, boot in recovery and install the above zip file.
That's cool, I'm willing to buy that phone next week!! can you post the wallpaper too? thanks!
takthetank said:
That's cool, I'm willing to buy that phone next week!! can you post the wallpaper too? thanks!
Click to expand...
Click to collapse
i will post it later
Sent from my GT-I8160 using Tapatalk 2
I am having troubles deodexing stock roms with xultimate. I can't deodex system apps or framework. Any thoughts?
usb-otg (usb-host)
Hi there )) Usb-otg is must working on this CPU, but, is still not working. Who can fix it?
itasoulas said:
I am having troubles deodexing stock roms with xultimate. I can't deodex system apps or framework. Any thoughts?
Click to expand...
Click to collapse
Try this http://forum.xda-developers.com/showthread.php?t=633246 it will work.
Guys! Vote for cm9 support! http://forum.cyanogenmod.com/topic/55977-samsung-galaxy-ace-2-cm9-poll/
since I don't have knowledge in modifying kernels, can anyone add more frequencies to stock kernel and oc frequencies as well?
There are some OC kernels in thread about Ace 2 rooting. I think page 4 or 5. But there are also some doubts about real effects of OC.
anyone knows how to change bootanimation on this phone?
I bought a usb jig and it works... When you plug it in, the phone enters download mode.
What do you mean by works? Does it reset a counter of custom kernel/ rom? Is this a way to have valid warranty?
Komsung said:
What do you mean by works? Does it reset a counter of custom kernel/ rom? Is this a way to have valid warranty?
Click to expand...
Click to collapse
The jig was originally meant for forcing the phone into download mode. In SGSII, the counter did reset too. Only in SGSII...
Sent from my GT-I8160 using Tapatalk 2
[www].samsdroid.com/2012/05/i8160xxld8-android-236-poland-xeo-stock.html
Please remove the brackets. This is the stock rom, I already re-flashed my fon w/ this, because I deleted too many things ^^.
Now I have to wait 5 minutes to save the edit of my post. This is somewhat stupid, isn't it?
lokeshsaini94 said:
hey i also want to make rom for this. as i dont own it and cant find any source for stock rom
can you please get me system folder of your rom
here are steps how to
1. download any terminal emulator from market.
2. open emulator and type the command with proper spacing as given below
tar -c system/* >> sdcard/system.tar
This will copy all your /system folder to your SDcard with name System.tar
so upload it somewhere and give me a link to it... personal message me...
Click to expand...
Click to collapse
kyrillos13 said:
I modded the framework a bit.
How to install:
- Extract the contents to /sdcard/ and manually copy them to the folders Set owner to 0.0 & permissions to 644.
Click to expand...
Click to collapse
Hi Kyrillos,
I've installed your files . Now I have the following problem:
" the process com.android.systemui has been stopped,please try again "
but no chance to start it again. So, I don't have the status bar.
Any ideas ?
Best regards
Reddeer2000
kyrillos13 said:
I modded the framework a bit.
Features:
- CRT off screen animation
- Accurate battery mod (You can see the exact percent)
- Changed wifi, signal, progress bar, sdcard scan, power menu and other icons to AOSP gingerbread..
- Wifi & Signal icons are white when you are not connected on wifi/3g network or you have background data disabled, but turn to green when you have background data enabled on 3g/wifi
Preview: (status bar icons, battery mod, power menu)
.
.
.
.
Click to expand...
Click to collapse
Heeelp! I copied the framework first and before i change the permissions it started force closing, so i tried to reboot the phone. It didn't open again, it only restars continuously since then!!
What to do???:crying:
See my post above, also problems with the files.
Chinese ROM http://bbs.romup.com/thread-htm-fid-141.html