Daily Mobile Forum
19 June 2013, 02:27 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: DailyMobile is looking for a few good writers.  If you're interested, go here for details.
 
   Home   Help Search Login Register  
Pages: [1] 2 3 4 5   Go Down
  Print  
Author Topic: [Project]Belle shell .qml legal modding(Top bar removal patch added!!)  (Read 10074 times)
0 Members and 1 Guest are viewing this topic.
shivam_bhalla
Hero Member
***
Thanks: 135
Offline Offline

Current Phone:
Xperia U ||Galaxy Y || Nokia C6-00||Team Phoenix

Location:
EpicTech Magazine!

Posts: 597



Activity
0%

If opportunity doesn’t knock, build a door


WWW
« on: 14 March 2012, 18:11 »

This topic has been created in order to mod belle shell  .qml files only. You are all welcome to discuss the modding of belle shell but only .qml files

Jonas1975 ,the admin of dailymobile forum, has given us permission to mod .qml files. See below
We will allow this topic as well the modding around the qml files since I got official confirmation by the developer that he is ok with that.

Anything that goes beyond that and any warez talk (direct or indirectly) will, of course, considered as a break of the Forum Rules.


DISCLAIMER : I request each and every member of this forum to not ask, share your belle shell app with any other member in any form(cfw,sis,..etc)in this thread as it will be a violation of the forum rules and I shall take no responsiblity for the consequences you face from the moderators of this forum.


I am sharing some mods by destroyer and arindam_mitra1985 for .qml files

Who want some modifications in Belle Shell:

EDITING MIN/MAX HOMESCREEN NUMBERS

If you want to have minimum 1 homescreen or get more than 6 homescreens at max, open main.qml and search for:

Quote
function show()
      {
         miAddDsk.inactive = (desktops.count >= 6);
         miDelDsk.inactive = (desktops.count <= 3);
         open();
      }



So, edit 6 to number you want get maximum and 3 to get minimum.

REMOVING "SHOW OPEN APPS" AND "EXIT BELLE SHELL"

To remove these, you need to open again main.qml and search for:
Quote
Menu {
      id: menuDesk

      content: MenuLayout {


This is in line 126.

Now, you will see some options like "Show Open Apps", "Add widget", etc.

To hide "Show Open Apps" and "Exit", put two "//" before code of both, like this:
Quote
//MenuItem { text: "Show open apps"; onClicked: shellApp.ShowOpenApps(); }
         //MenuItem { text: "Exit"; onClicked: cmdExit(); }


The "Exit Belle Shell" was hidded. But, only in homescreen "Show Open Apps" was hidded. We need to hide it in menu too, so open menupage.qml and search for:
Quote
Menu {
      id: menu;

      content: MenuLayout {


And put two "//" again in here.

To remove Topbar from belle shell  by arindam_mitra1985  Wink

Comment the code at line no 29 of main.qml

MouseArea
      {
         anchors.fill: parent
      //   onPressed: nBar.open();
      }


-

You can get these files opening Belle Shell.sis with SISContent, extract ONLY needed files, edit in notepad and now to update files edited, do as follow:

Click in "Edit" on file you edited (SISContent).

A window will open, click on Update... and select new file updated. Now click OK. File was updated. Do it again with the another one.

Save new sis file. Install on phone.

Note that removes the certificate and if you use a non-hacked phone, you need sign this. This not affect if you will put in ROFS2.

Sorry for my bad english, so +1 me if I helped you! ^^

Source:
click here

NOTE:
For editing .qml, you can use Notepad++ .  Download from here

All credits go to destroyer and arindam_mitra1985

Logged


vishalkris000
Hero Member
***
Thanks: 115
Offline Offline

Current Phone:
Nokia 5800 RM-356(PalikOn Black Edition )/Blackberry 8520(bought a new1 on 03/11/12)/Nokia 6233/Nokia 6300

Posts: 598



Activity
0%

Plz hit the Green Arrow if i helpd u...happy modng


« Reply #1 on: 14 March 2012, 18:20 »

cool bro 1st 1 to post here will try this
+1 4U
Logged
kitbor
Forum Elder
****
Thanks: 264
Offline Offline

Current Phone:
nokia 5233 distro n97

Location:
DM,Cherrapunjee.

Posts: 1550



Activity
0%

live your dreams.....


« Reply #2 on: 14 March 2012, 19:05 »

Hey guys i alredy hav belle as my main hs n i got 49mb ram on start up using blaze ultimate:)
Logged
vishalkris000
Hero Member
***
Thanks: 115
Offline Offline

Current Phone:
Nokia 5800 RM-356(PalikOn Black Edition )/Blackberry 8520(bought a new1 on 03/11/12)/Nokia 6233/Nokia 6300

Posts: 598



Activity
0%

Plz hit the Green Arrow if i helpd u...happy modng


« Reply #3 on: 14 March 2012, 19:09 »

Hey guys i alredy hav belle as my main hs n i got 49mb ram on start up using blaze ultimate:)


cool bro 49mb on which phone?Huh
ur using...

and Bro no discussion abt geting the cfw with Belle hs as its not been authorized yet...
Logged
kitbor
Forum Elder
****
Thanks: 264
Offline Offline

Current Phone:
nokia 5233 distro n97

Location:
DM,Cherrapunjee.

Posts: 1550



Activity
0%

live your dreams.....


« Reply #4 on: 14 March 2012, 19:12 »

cool bro 49mb on which phone?Huh
ur using...

and Bro no discussion abt geting the cfw with Belle hs as its not been authorized yet...

wel m using rm 625...its jus running smooth n i open uc browser,opera mini n main browser at the same tym yet i got 15mb free isnt it cool Smiley
Logged


Mahir1995
Forum Addicted
***
Thanks: 37
Offline Offline

Current Phone:
⠘ 5233

Posts: 279



Activity
0%


« Reply #5 on: 14 March 2012, 19:15 »

how can i edit qml
Logged
shivam_bhalla
Hero Member
***
Thanks: 135
Offline Offline

Current Phone:
Xperia U ||Galaxy Y || Nokia C6-00||Team Phoenix

Location:
EpicTech Magazine!

Posts: 597



Activity
0%

If opportunity doesn’t knock, build a door


WWW
« Reply #6 on: 14 March 2012, 19:17 »

how can i edit qml

Use this :  http://notepad-plus-plus.org/
Logged
shivam_bhalla
Hero Member
***
Thanks: 135
Offline Offline

Current Phone:
Xperia U ||Galaxy Y || Nokia C6-00||Team Phoenix

Location:
EpicTech Magazine!

Posts: 597



Activity
0%

If opportunity doesn’t knock, build a door


WWW
« Reply #7 on: 14 March 2012, 19:18 »

wel m using rm 625...its jus running smooth n i open uc browser,opera mini n main browser at the same tym yet i got 15mb free isnt it cool Smiley

no cfw discussion please.  Please see the Disclaimer on first post.
Logged
kitbor
Forum Elder
****
Thanks: 264
Offline Offline

Current Phone:
nokia 5233 distro n97

Location:
DM,Cherrapunjee.

Posts: 1550



Activity
0%

live your dreams.....


« Reply #8 on: 14 March 2012, 19:20 »

no cfw discussion please.  Please see the Disclaimer on first post.

oh sorry mate sory
Logged
vishalkris000
Hero Member
***
Thanks: 115
Offline Offline

Current Phone:
Nokia 5800 RM-356(PalikOn Black Edition )/Blackberry 8520(bought a new1 on 03/11/12)/Nokia 6233/Nokia 6300

Posts: 598



Activity
0%

Plz hit the Green Arrow if i helpd u...happy modng


« Reply #9 on: 14 March 2012, 20:17 »

bro wht abt the widgets can it b edited with the help of the .qml can we add some widgets by editing the .qml?Huh?
Logged


shivam_bhalla
Hero Member
***
Thanks: 135
Offline Offline

Current Phone:
Xperia U ||Galaxy Y || Nokia C6-00||Team Phoenix

Location:
EpicTech Magazine!

Posts: 597



Activity
0%

If opportunity doesn’t knock, build a door


WWW
« Reply #10 on: 14 March 2012, 20:37 »

bro wht abt the widgets can it b edited with the help of the .qml can we add some widgets by editing the .qml?Huh?

no addition of widgets requires source code of belle shell which we currently don't have access to.
Logged
vishalkris000
Hero Member
***
Thanks: 115
Offline Offline

Current Phone:
Nokia 5800 RM-356(PalikOn Black Edition )/Blackberry 8520(bought a new1 on 03/11/12)/Nokia 6233/Nokia 6300

Posts: 598



Activity
0%

Plz hit the Green Arrow if i helpd u...happy modng


« Reply #11 on: 14 March 2012, 21:09 »

no addition of widgets requires source code of belle shell which we currently don't have access to.


Ok any guss if the developer will authorize it
or shuold i ask "Jonas1975" to spk with the developer abt this...Huh?
Logged
pavan061994
Forum Master
****
Thanks: 463
Offline Offline

Current Phone:
Join Here For Some big Infos. Samsung Galaxy Grand

Location:
India

Posts: 2251



Activity
8%

!!Don't Hesitate 2 Hit Green Arrow If I Helped U!!


WWW
« Reply #12 on: 14 March 2012, 21:16 »

nice thread......+1
Logged
vishalkris000
Hero Member
***
Thanks: 115
Offline Offline

Current Phone:
Nokia 5800 RM-356(PalikOn Black Edition )/Blackberry 8520(bought a new1 on 03/11/12)/Nokia 6233/Nokia 6300

Posts: 598



Activity
0%

Plz hit the Green Arrow if i helpd u...happy modng


« Reply #13 on: 14 March 2012, 21:22 »

Ok any guss if the developer will authorize it
or shuold i ask "Jonas1975" to spk with the developer abt this...Huh?


[+]
Logged
Masum56k
DailyMobile Contributor
Forum Master
****
Thanks: 2150
Offline Offline

Current Phone:
Galaxy S4••Lumia 820••5800XM

Location:
Golden Bangladesh

Posts: 3830



Activity
13%

No Risk••No Pain••No Gain


« Reply #14 on: 14 March 2012, 21:27 »

Awesome job, Boss.
But my question is,
If I go through this process, can i run/keep Belle shell as my default hs and Belle menu as my default menu?

Sad Sorry to annoy you. Sad

Btw, +1 for your clear description. Smiley
Logged


Pages: [1] 2 3 4 5   Go Up
  Print  
 
Jump to:  








Daily Mobile - Daily iPhone Blog - Contact us - Forum Rules - © Copyright MAS Media Inc. | Privacy
Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC