Jump to content

Fullscreen notification patch for the vega


Recommended Posts

Guest thedicemaster
Posted (edited)

tried through adb, es file explorer, and clockwork.

framework.jar is replaced, but after a reboot nothing changes.

EDIT: same with root explorer, no change at all.

Edited by thedicemaster
Guest Retrorious
Posted (edited)

Try removing the old one and then pushing the new one, just to make sure.

adb shell rm /system/framework/framework.jar

then push it

Edited by Retrorious
Guest mattlokes
Posted
Try removing the old one and then pushing the new one, just to make sure.

adb shell rm /system/framework/framework.jar

then push it

I was having the same trouble as well, this doesn't work either :unsure: Ill have a play see if I can find a solution.

Matt

Guest thedicemaster
Posted (edited)

i can try, but i don't think that will matter.

i double-checked the file and i'm quite certain the modified framework.jar is in place, because the modified date states 1-1-11 and it's about 0.08MB bigger than the original.

EDIT: same, no change.

Edited by thedicemaster
Guest rvdgeer
Posted
i can try, but i don't think that will matter.

i double-checked the file and i'm quite certain the modified framework.jar is in place, because the modified date states 1-1-11 and it's about 0.08MB bigger than the original.

Version 1 (with wrong offset) was working for me, but v1.1 is just a small notification bar!

We need a working 1.2 I guess :unsure:

By the way: thanks for this!

Guest mattlokes
Posted

Just tried installing it from clockwork mod as well, that doesn't help. Thanks Retrorious for this :unsure: can anyone mirror v1.0?

Matt

Guest thedicemaster
Posted

not too sure if it's directly related to this framework.jar, but shortly after applying it i started getting browser crashes on some pages.

logcat of one of the crashes(just the relevant info): http://pastebin.com/xRba00by

after restoring my backup of framework.jar the problem went away.

Guest alphaola
Posted

It work for me. I flashed it using clockwork recovery.just put the zip file on SD card and flash., takes a minute to sort out.

From my crazy Vega.

Guest gdwhitehouse
Posted
not too sure if it's directly related to this framework.jar, but shortly after applying it i started getting browser crashes on some pages.

logcat of one of the crashes(just the relevant info): http://pastebin.com/xRba00by

after restoring my backup of framework.jar the problem went away.

Funny you should say this - I noticed that Flash had stopped working after installing this mod, so I re-enabled it and went about my browsing. However, when watching iPlayer the browser crashed regularly (I think it was when I went full screen). This happened with Dolphin and the default browser.

Having seen your note, I reinstalled the original framework.jar (had to re-enable Flash again afterwards) and it seems to be fine again.

Not sure whether this is related or just coincidence to be honest...

G

Guest T4ylor
Posted
not too sure if it's directly related to this framework.jar, but shortly after applying it i started getting browser crashes on some pages.

logcat of one of the crashes(just the relevant info): http://pastebin.com/xRba00by

after restoring my backup of framework.jar the problem went away.

I also started to experience the same problems too. What browser are you using?

Guest thedicemaster
Posted

stock, so it probably happens with every browser except operamini/mobile, skyfire, and firefox/fennec.

Guest simonta
Posted

Would some kind soul for whom this doesn,t work please do the following?

At a command prompt with USB debugging turned on:

Adb-windows shell ls -l /system/framework/framework.jar > temp.txt

Then post the contents of temp.text

Thanks, will help not just with this problem but getting future updates correct.

Guest T4ylor
Posted
Would some kind soul for whom this doesn,t work please do the following?

At a command prompt with USB debugging turned on:

Adb-windows shell ls -l /system/framework/framework.jar > temp.txt

Then post the contents of temp.text

Thanks, will help not just with this problem but getting future updates correct.

I dont mind doing it if i knew how. How do i get the comand prompt up because the only way i know how is to run cmd.exe but when i type adb-window etc it does not work.

Guest T4ylor
Posted
btw are you all running the latest rom?

yes v1.06 and r6 inc performance pack etc

Guest harmohn
Posted
Would some kind soul for whom this doesn,t work please do the following?

At a command prompt with USB debugging turned on:

Adb-windows shell ls -l /system/framework/framework.jar > temp.txt

Then post the contents of temp.text

Thanks, will help not just with this problem but getting future updates correct.

This is what I got:

-rw-r--r-- root root 2795946 2008-08-01 12:00 framework.jar

Guest simonta
Posted (edited)

Harmohn. Thank you for taking the time to do that.

Your framework.jar is not the right one. See the date? 2008-08-01. Please confirm that you have copied the updated one. You might want to delete the existing one before copying again.

Please check after the copy that the framework.jar has been updated. Please also confirm that you are clicking "Mount R/W" if using Root Explorer before you copy the file.

I would be grateful to understand what went wrong. If you are able to work out why, it will help others to update their machine and will also help me. My motivation is to help me to create a simple point and click tool for applying updates. Understanding where folks tumble will help to produce that tool.

Cheers

Edited by simonta
Guest harmohn
Posted
Harmohn. Thank you for taking the time to do that.

Your framework.jar is not the right one. See the date? 2008-08-01. Please confirm that you have copied the updated one. You might want to delete the existing one before copying again.

Please check after the copy that the framework.jar has been updated. Please also confirm that you are clicking "Mount R/W" if using Root Explorer before you copy the file.

I would be grateful to understand what went wrong. If you are able to work out why, it will help others to update their machine and will also help me. My motivation is to help me to create a simple point and click tool for applying updates. Understanding where folks tumble will help to produce that tool.

Cheers

Hi Simonta,

Yep I did this twice, firstly with clockwork recovery and then using root explorer (mouning r/w etc). However I'll try it again after my vega's juiced back up and report back!

Cheers.

Guest harmohn
Posted

Okay tried again via root explorer:

output prior reboot and post was the same:

-rw-r--r-- system sdcard_rw 2795946 2011-01-02 19:59 framework.jar

Guest gdwhitehouse
Posted (edited)
Okay tried again via root explorer:

output prior reboot and post was the same:

-rw-r--r-- system sdcard_rw 2795946 2011-01-02 19:59 framework.jar

Not sure i understand - the date on that looks different - does it work now?

G

Edited by gdwhitehouse
Guest harmohn
Posted (edited)

Sorry, I should have been a bit more clear; although it looks as if the file has been replaced I still get the usual truncated notification bar :-/

The permissions don't look the same however, even though I did correct them using root explorer.

Edited by harmohn
Guest thedicemaster
Posted

harmohn did it right the first time.

the timestamp isn't updated when you use some of the methods to put the framework.jar in place.

you can see the file was in fact replaced because of the filesize difference. original: 2.59MB modified: 2.68

the file does get placed properly, the problem lies with the modifications to the framework.jar not working on some devices.

Guest Retrorious
Posted

Ill do it again from a clean framework.jar later this evening. can someone upload a stock framework.jar ?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.