[08-Oct-12][sd/mag] Paranoid jellybean hd2 beta_v2.15 portadroid

Search This thread

wis1152

Senior Member
Jun 8, 2011
2,729
2,644
47
luton uk
media.xda-developers.com
Thanks, will do and report back - do you know whether the update script can in theory modify files within .apk?
EDIT: no luck so far as I can see on first attempt
EDIT: still no good even after I "unlocked" SystemUI.apk with SuperManager
I checked md5s - all files were gone from root but the html file within SystemUI.apk has not changed and is not the one included in your patch folder.
EDIT: final try - I extracted systemUK.apk from the ROM, used 7zip file managed on my PC to replace the html file within it (dragged and dropped it) and then placed this back in the system folder of your patch, in place of the folder you named SystemUI.apk

... SUCCESS :)

Attach it to a post for other user:) when i get around to added all useful information on post 1&2 i will add the link to your post:)

Sent from my GT-I9100 using xda premium
 

kanishkapd

Senior Member
Jun 20, 2010
407
45
colombo
it is only for tablet mode.
See my post above for instructions on how I got it to stick...:)

thanks...but its too much for me to undrestand:)
no idea how to unlock systemui or what is m5ds...:eek:
have to do more searching in free time or perhaps you could give
an easier step by step guide in your free time...:D

thanks again...must be very useful for people who know the basics more than me.
 

melando

Senior Member
Aug 27, 2010
1,309
215
London
Google Pixel 6
Attach it to a post for other user:) when i get around to added all useful information on post 1&2 i will add the link to your post:)

Sent from my GT-I9100 using xda premium

Will do but tied up for some time now... Or might be easier to upload an amended System UI.apk integrated into your zip file ready to copy to root and reboot?
I hope for you wis the explanation might be helpful...
 

HypoTurtle

Senior Member
May 5, 2011
1,970
1,257
Thanks, will do and report back - do you know whether the update script can in theory modify files within .apk?
EDIT: no luck so far as I can see on first attempt
EDIT: still no good even after I "unlocked" SystemUI.apk with SuperManager
I checked md5s - all files were gone from root but the html file within SystemUI.apk has not changed and is not the one included in your patch folder.
EDIT: final try - I extracted systemUK.apk from the ROM, used 7zip file managed on my PC to replace the html file within it (dragged and dropped it) and then placed this back in the system folder of your patch, in place of the folder you named SystemUI.apk

... SUCCESS :)

Beat me to the post on that one tried changing mine a few days ago but didn't have a stable build (paranoid doesn't seem to like my sdcard):

Haven't looked into it properly but I believe the way portadroid builds update stuff is just by dumping whatever is in the root folder to the root (/) directory and overwritting whatever was there before, it's a crude but effective method (fyi. I was also in the camp of copying the meta-inf folder into the root folder as a method of habit on the rare occasion I didn't change kernel/modules manually.) And this explains why putting the patch in the root folder does nothing of benefit. It should be possible to apply it using terminal/adb by looking at what commands would be enacted by the NAND guys using CWM.

But my approach would be the same as yours; (similar to part of the procedure I explained for using V6superscript on ICT), I'll try to sum up on your behalf.

APK are essentially .zip files renamed to .apk and signed to a particular ROM (needs confirmation). With zip files most programs that extract them will also allow you just open them and view there contents; 7-zip definately works, ARK on Ubuntu and WinRAR may also work. By opening them and not extracting them it keeps the archive signed. (It should be possible to simply unzip the file ammend it rezip it and resign it but thats unnecessary).

All that's required is to copy systemUI.apk from /system/app using adb or a root explorer. (keep a copy just in case), open it with 7zip or similar. Replace the required file (I believe its xml not html but no biggie). Copy/replace the file in /system/app and reboot.

First 2 files below replace ones in /res/layout-sw600dp located in systemUI.apk

1st one is for hidden power button. 2nd is for permenant menu.

3rd is for the blue buttons and needs to be unzipped like the others and the files added to /res/drawable-hdpi within framework-res.apk (found within system/framework) NOT systemUI.apk

Currently trying it with 7zipper to see if it can be done on device, can't see why not.



On another note is every one using the same radio? 2.15.50? I've always had shocking battery life and haven't got round to trying different radios in a while, wouldn't mind some opinions.
 

Attachments

  • status_bar_notification_panel_title.xml.7z
    1.3 KB · Views: 1
  • status_bar.xml.7z
    1 KB · Views: 1
  • drawable-hdpi.7z
    276.9 KB · Views: 1

melando

Senior Member
Aug 27, 2010
1,309
215
London
Google Pixel 6
Tablet permanent hidden status bar mod

Attach it to a post for other user:) when i get around to added all useful information on post 1&2 i will add the link to your post:)

Sent from my GT-I9100 using xda premium

Try this modified version of your zip file
I created it from the original SystemUI.apk in PA1.0 system.ext4

EDIT: attached PA1.1 version with hidden power AND menu buttons
EDIT: attached PA1.1a version as well - ready for the PA1.1a port (due shortly)
EDIT: added PA1.2a version (also works with 1.4a)
EDIT: attached PA1.5a,b versions (hidden menu and notify power buttons)
With thanks to mod thread

EDIT: see also Hypoturtle's post with alternative install method using ROMtoolbox http://xdaforums.com/showpost.php?p=27554974&postcount=510 and explained here http://xdaforums.com/showpost.php?p=27050898&postcount=419
 

Attachments

  • PA_v1.1_tablet_hidden_power_and_menu_buttons.zip
    1.1 MB · Views: 1
  • PA_v1.1a_tablet_hidden_power_button.7z
    1,005 KB · Views: 2
  • PA_v1.2a_tablet_hidden_power_button.7z
    742 KB · Views: 1
  • PA_v1.5a_tablet_hidden_power_button.7z
    776.2 KB · Views: 1
  • PA_v1.5b_tablet_hidden_power_button.7z
    601.8 KB · Views: 1

melando

Senior Member
Aug 27, 2010
1,309
215
London
Google Pixel 6
But my approach would be the same as yours; (similar to part of the procedure I explained for using V6superscript on ICT), I'll try to sum up on your behalf.
...
On another note is every one using the same radio? 2.15.50? I've always had shocking battery life and haven't got round to trying different radios in a while, wouldn't mind some opinions.
(1) Thanks for all the expert knowledge-sharing.
(2) I am using radio 2.12.50 which has generally given better battery life (especially running WindowsPhone which I have in NAND). But early days with PA, experience can vary and I think data speed might be less than 2.15.
(3) I've never tried V6superscript although I read the thread once - looked interesting but more difficult on ICS(!) - do you have experience there to share and/or any easy way to add it?
I have to say for me PA already runs so smoothly it is like a new phone compared to other ICS builds (Tytung, Tosti).

---------- Post added at 12:56 AM ---------- Previous post was at 12:54 AM ----------

@HypoTurtle
@melando

Is your patches will be work in Tablet mode ?
yes mine was a fix of the patch to enable a hidden power button in tablet mode (behind LHS i.e. time&date of pop-up notification)
 

HypoTurtle

Senior Member
May 5, 2011
1,970
1,257
@HypoTurtle
@melando

Is your patches will be work in Tablet mode ?

I and I don't believe melano created the patches gogodu5sU all kudos goes to him did I'll link the thread when I find it again, and yea they add buttons/functions to tablet mode; which layout-sw600dp must refer to. The blue buttons I'd say may also change the colour of the soft menu buttons on phone mode

(1) Thanks for all the expert knowledge-sharing.
(2) I am using radio 2.12.50 which has generally given better battery life (especially running WindowsPhone which I have in NAND). But early days with PA, experience can vary and I think data speed might be less than 2.15.
(3) I've never tried V6superscript although I read the thread once - looked interesting but more difficult on ICS(!) - do you have experience there to share and/or any easy way to add it?
I have to say for me PA already runs so smoothly it is like a new phone compared to other ICS builds (Tytung, Tosti).

I wouldn't it's expert knowledge and just mentioned V6 as it was fiddling with that on the one odexed AOKP ROM that I relearned most of that stuff. Generally don't notice much benefit from V6 myself but it is rather easy to use on ICS (as long as the ROM isn't odexed), just run the script in terminal or SManager to get 50% superchargered then use the webapp ?? on the second post of the v6 thread to patch services.jar file to get 100%, and thats it. The v6 thread does seem complicated but thats just the creator describing the theory behind it and what it does.

Have moved from a class 4 16GB to a class 6 4GB and stability seems to have returned.

And haven't yet found a way to apply the patches while on the device. Got as far as getting dialogue that the files were being decompressed and something was updating but was just left with a crashing systemUI, and resorted to taking melando's apk, which works as expected.
 

melando

Senior Member
Aug 27, 2010
1,309
215
London
Google Pixel 6
+1 I patched the script from gogodu5su's thread into the PA systemUI so SD users could benefit from it
There's a link to the other thread already posted earlier in this thread, if you follow the trail back :)
PS I have great performance with a Samsung class 10 32GB card (half dedicated to Windows Phone) ... but not all class 10s are equal, many are worse than class 4-6
 

HypoTurtle

Senior Member
May 5, 2011
1,970
1,257
+1 I patched the script from gogodu5su's thread into the PA systemUI so SD users could benefit from it
There's a link to the other thread already posted earlier in this thread, if you follow the trail back :)
PS I have great performance with a Samsung class 10 32GB card (half dedicated to Windows Phone) ... but not all class 10s are equal, many are worse than class 4-6

Yea the class 4 is a Kingston so a solid brand, was using a more generic class 10 16GB a few weeks but switched that with my tablet, it seems altogther a more solid card.

Looking into themes at the minute, but I can forsee a small issue with the patches being over writte by the theme files, or it could end up providing a method of applying these patches using settings>themes, I'll report back.

HyT
 

HypoTurtle

Senior Member
May 5, 2011
1,970
1,257
hi
thanks..but did not work. :( ..if successful there should be a power soft key adjacent to the others right? or do i have to activate it somewhere?
sure do hope someone could figure this out once and for all.

No, it's an invisible power button. Pull up and click on the date. The invisible button is the left third or so of that black rectangle.
 

wis1152

Senior Member
Jun 8, 2011
2,729
2,644
47
luton uk
media.xda-developers.com
PM i received from deruffy

Can any one help:)

Hello Wis,

first of all i want to thank your for this great work (PARANOIDANDROID).
I have a little problem.
When i want to call orbecome a call, i get a error. Android close and it want again a pin from me. when i enter the pin, its says, that i have to reboot.
Everything works fine, but calling doesnt work.
I have install all fix that i found in Forum.
I cant post it into the forum, because i need to have 10 post. Because of this i write u a PN.
Hope so much, that u can help me.

Thanks in forward for your time.

Rgds
Ruffy
 

nelsonberenguer

Senior Member
Can any one help:)

Hello Wis,

first of all i want to thank your for this great work (PARANOIDANDROID).
I have a little problem.
When i want to call orbecome a call, i get a error. Android close and it want again a pin from me. when i enter the pin, its says, that i have to reboot.
Everything works fine, but calling doesnt work.
I have install all fix that i found in Forum.
I cant post it into the forum, because i need to have 10 post. Because of this i write u a PN.
Hope so much, that u can help me.

Thanks in forward for your time.

Rgds
Ruffy

had that problem too unselect hybrid mode and problem solved
 

Top Liked Posts

  • There are no posts matching your filters.
  • 24
    paranoid.png



    1zbsbx2.jpg


    PARANOID JELLYBEAN HD2 BETA v2.15 portadroid​

    For the 'stable' ICS version of paranoid android check 2nd post !

    This rom is based on the great work of team paranoidandroid
    and the Evervolv Nightlies from Evervolv team so all credits and thanks to them in the first place !


    remember this ROM is BETA for a reason.. expect some bugs and stuff not working !


    This is an ongoing developer project to make way for a modification that will entirely transform your device, but retain the aesthetics and the experience of your phone.
    For more information about PARANOIDANDROID please check this website​


    Features :
    Phone, Tablet and Phablet mode
    P.A.L., First time in Android history that Per-App-Layout has been realized
    This rom features a setting called Per-App-Density. You can define an apps native DPI with it, make it look stock, smaller or bigger than that, your decision.
    All apps are depicted at DPI 182 per standard. No other rom has that feature right now
    Google Play does not allow density changes and will stop working if you mess around with that. This rom fixes that problem for you 100%.
    More stuff: Recents window closer to stock, fixes for overlapping elements, framework fixes, no crashes, working Phone (looks 100% like stock aswell), etc.

    How to set the workspace mode

    untitled-2jvzs3.png


    How to change an apps Layout and size

    untitled-1biqpb.png


    DOWNLOADS​

    PARANOID JELLYBEAN HD2 BETA v2.15 portadroid​

    DEV-HOST LINK

    Note that first boot will take about 10 mins (depending on size of data.ext4 created) and will end with the phone rebooting. Second boot will take less time and will show the boot animation (as opposed to portadroid screen in first boot). You are porting this build, it is so that some apps are put in data.ext4 file. You can safely delete root_tmp folder after second boot to save space. Remember to reboot x3​


    PARANOID JELLYBEAN HD2 BETA v1.992​



    PARANOID JELLYBEAN HD2 BETA v1.99​

    http://d-h.st/7Q8
    mirrorhttp://www.mediafire.com/?ndlrt1yvfh4877g
    Note that first boot will take about 10 mins (depending on size of data.ext4 created) and will end with the phone rebooting. Second boot will take less time and will show the boot animation (as opposed to portadroid screen in first boot). You are porting this build, it is so that some apps are put in data.ext4 file. After second boot you can safely delete root_tmp folder to save disk space. remember to reboot x3.

    PARANOID JELLYBEAN HD2 ALPHA 3 [HYBRID/CM10]

    DEV-HOST LINK

    PARANOID JELLYBEAN HD2 ALPHA 2 [HYBRID/CM10][Tytung HWA R3.2]

    MEDIAFIRE LINK

    PARANOID JELLYBEAN HD2 ALPHA 1 [HYBRID/CM10][tytung HWA R3]


    MEDIAFIRE LINK



    There is no data.ext4 included, as a fresh install is recommended.
    If haret booting, change startup.txt/data.size to whatever you like.
    If magldr- default is 512mb​


    If you would like to resize your Data.ext4 see HERE and HERE or for different size data.ext4 see HERE


    Thanks & Credits to :Xylograph,boonbing, molesarecoming, D4rKn3sSyS, Rick_1995, Milaq, arif-ali, Cotulla, rapmv78, tytung, securecrt, e344.


    Parent Thread


    Ported using Port-a-
    Droid


    ParanoidHD2 (Bootanimation & Splash)
    10
    it seems that a folder is missing in /data
    existing build users can use an android terminal emulator app and type the following commands
    Code:
    su
    cd /data
    mkdir app-asec
    exit
    exit

    Here is another way to apply the fix if you are not familiar with terminal emulator app,use root browser lite or something similar.

    Open root browser, now click on /data, now add a folder called app-asec. DONE(Thanks wis1152)

    Thanks to Xylograph for fix
    7
    uploading now:) link will be on post 1 in 30mins

    Here the link people http://www.mediafire.com/?n11vp2zfm1zmf5p

    Will add it to post 1 when I get back to my laptop

    Sent from my GT-I9100 using Tapatalk 2
    7
    paranoid jellybean hd2 Beta v1.992 is online see post 1:)
    6
    [29-06-12][SD/MAG] PARANOIDANDROID HD2 [v1.5b][TABLET/HYBRID][CM9][tytung HWA R3]]

    PARANOIDANDROID HD2

    This rom is based on the great work of team paranoidandroid
    and the unoffical CyanogenMod 9 Nightlies from cmhtcleo team so all credits and thanks to them in the first place !

    untitled-80ykrm.png


    paranoid_notabf8j0a.png

    quote molesarecoming: This is an ongoing developer project to make way for a modification that will entirely transform your device, but retain the aesthetics and the experience of your phone. This rom strives to drop your device into tablet mode, but it won't stop there, it will reshape and redefine ICS to make it all a usefull addition and not just a cute novelty. i'm calling it: Hybrid Mode, best of both worlds.

    You're asking yourself how exactly does this rom differ from "tablet mode roms" then, here's a quick status report:
    •Tablet mode shrinks your apps into a tiny mush, this rom features a setting called Per-App-Density. You can define an apps native DPI with it, make it look stock, smaller or bigger than that, your decision. All apps are depicted at DPI 182 per standard. No other rom has that feature right now
    •It has a working Market. Google Play does not allow density changes and will stop working if you mess around with that. This rom fixes that problem for you 100%.
    •More stuff: Recents window closer to stock, fixes for overlapping elements, framework fixes, no crashes, working Phone (looks 100% like stock aswell), etc.

    For more information/hints and tips about PARANOIDANDROID please check this wedsite
    and have a look at either molesarecoming Galaxy Nexus thread or D4rKn3sSyS Galaxy S2 thread.

    DOWNLOADS

    PARANOIDANDROID HD2 [v1.1a][TABLET/HYBRID][CM9][Dorimanx HWA 6.9]


    PARANOIDANDROID HD2 [v1.2a][TABLET/HYBRID][CM9][tytung HWA R3]


    All credits to this port to master wis1152 :)

    PARANOIDANDROID HD2 [v1.4a][TABLET/HYBRID][CM9][tytung HWA R3]


    All credits to this mirrors to masters wis1152 & Roppie P :)

    PARANOIDANDROID HD2 [v1.5a][TABLET/HYBRID][CM9][tytung HWA R3]

    DEV-HOST LINK
    MEDIAFIRE LINK

    Big thanks to master Robbie P for this port & mirrors :)

    PARANOIDANDROID HD2 [v1.5b][TABLET/HYBRID][CM9][tytung HWA R3]

    DEV-HOST LINK
    MEDIAFIRE LINK

    Big thanks to master Robbie P for this port & mirrors :)

    There is no data.ext4 included, as a fresh install is recommended.
    If haret booting, change startup.txt/data.size to whatever you like.
    If magldr- default is 512mb

    If you would like to resize your Data.ext4 see HERE and HERE or for different size data.ext4 see HERE

    Thanks & Credits to :Xylograph,boonbing, molesarecoming, D4rKn3sSyS, Rick_1995, Milaq, arif-ali, Cotulla, rapmv78, tytung, securecrt, e344.

    Parent Thread

    Ported using Port-a-Droid

    ParanoidHD2 (Bootanimation & Splash)


    Buglist,Fixes and Tips

    v1.5a
    Data fix for haret user by RMNET_to_PPP_update
    V1.1
    Web related apps and terminal emulator seem to force close on the latest v1.1 rom..
    PARA_hd2_v1.1_Webkit+Terminal_fix2.zip

    - Sim unlock hot reboots the device..
    PARA_hd2_SimUnlockFix

    - users who have data problems..
    PARA_hd2_cLK_datafix

    - Users who are experiencing Multitouch & Green Cameraflash problems..
    PARA_hd2_MultiTouchFix-GreenFlashFix

    TIPS
    If your build is laggy try setting/developer options/background process limit now set at most 2 process. You will need to set this after every restart

    - For hidden power button mod see HERE

    Changelog PARANOIDANDROID HD2 v1.5a

    - Synced from source - 25/6/2012 - 11:3:12
    - Improvements on OTA app, scheduled checkups
    - Improvements on Backup app, now it automatically launches on startup after you install a newer (or older) version
    - Hybrid speedup, less lag, considerably faster list scrolling when pad/pal is in action
    - Keyboard scaling, an androids first
    - PAD/PAL bugfixes for apps that still crop images in lower dpis
    - Settings revamp, speed preferences to switch between modes without having to set up anything, less clutter
    - Trebuchet extras: 3x4 widgets, speed dial menu button, ... and some weird rocket button which im sure will be very useful to most of you
    - Pad.prop revamp, new preferences that should pretty much nail it. Im sorry but this trashes your old settings again, do not attempt to restore them unless you do it in a text editor
    - Included latest lights.lib (credits : marc1706)
    - Included latest htc-ril (credits : tytung)
    - Made phone mode default (on 1st boot)
    - Updated to latest multiling keyboard
    - Rom should be updatable
    - Enjoy !
    - Ps. I forgot to set Gallery dpi default to something less than 240 dpi..please adjust this yourself to prevent it from force closing..
    .........................................