[Q] Jelly Blast 3.0.4 help? - Galaxy Ace S5830i Q&A, Help & Troubleshooting

Thanks for reading this thread i have two very simple questions
1. I cant figure out how to organize my app drawer in its launcher (Holo Launcher) anyone know how? (Its always alphabetical order [The app thing that shows all your apps] i want to put stuff where i want it)
2. Text messages contact names and the first line of the text are close together and doesnt look good sometimes persons name is touching the top of the text preview, is there a patch or a way to fix this?
-Thanks!

Xx James xX said:
Thanks for reading this thread i have two very simple questions
1. I cant figure out how to organize my app drawer in its launcher (Holo Launcher) anyone know how? (Its always alphabetical order [The app thing that shows all your apps] i want to put stuff where i want it)
2. Text messages contact names and the first line of the text are close together and doesnt look good sometimes persons name is touching the top of the text preview, is there a patch or a way to fix this?
-Thanks!
Click to expand...
Click to collapse
I remember that you must have the pro holo launcher to be able to organize app drawer.
For the test message, i don't know if there's a patch or anything but maybe try to change the test message app...

GT-af said:
I remember that you must have the pro holo launcher to be able to organize app drawer.
For the test message, i don't know if there's a patch or anything but maybe try to change the test message app...
Click to expand...
Click to collapse
Thats Stupid! every other launcher allows you to customise the app menu...
and thanks ill try another message app ( i was using the stock )

Xx James xX said:
Thats Stupid! every other launcher allows you to customise the app menu...
Click to expand...
Click to collapse
Certainly but it's one of the way they use to make you want to buy the app, so maybe change you're launcher to ADW, GO or another one.

hey how 2 change lock screen wall paper on jellyblast
GT-af said:
Certainly but it's one of the way they use to make you want to buy the app, so maybe change you're launcher to ADW, GO or another one.
Click to expand...
Click to collapse
hey how 2 change lock screen wall paper on jellyblast ...??? plzz let em know as soon as possible ...........thanks

Raj Gandhi said:
hey how 2 change lock screen wall paper on jellyblast ...??? plzz let em know as soon as possible ...........thanks
Click to expand...
Click to collapse
Install stock Gallery3D.apk

iamareebjamal said:
Install stock Gallery3D.apk
Click to expand...
Click to collapse
That doesn't work on my phone anymore, reinstalled with titanium and opening it makes my phone restart lol, I'm using a custom lock screen app so I'm not really bothered
(Also this is an old post you should of let it die...But I suppose making it a Jellyblast question thread is good too)
The usual "Xx James xX" only on mobile...
(Sent Via Xda Developers App)

Xx James xX said:
That doesn't work on my phone anymore, reinstalled with titanium and opening it makes my phone restart lol, I'm using a custom lock screen app so I'm not really bothered
(Also this is an old post you should of let it die...But I suppose making it a Jellyblast question thread is good too)
The usual "Xx James xX" only on mobile...
(Sent Via Xda Developers App)
Click to expand...
Click to collapse
Making a new thread for everything isn't good
I will answer any type of questions in my thread.

Jelly Blast Aint 4.1.1
Xx James xX said:
Thats Stupid! every other launcher allows you to customise the app menu...
and thanks ill try another message app ( i was using the stock )
Click to expand...
Click to collapse
Jelly blast is not android 4.1.1 its just 2.3.6 themed to jellybean just like we use transformation pack on windows

SREEHARI.NAIR said:
Jelly blast is not android 4.1.1 its just 2.3.6 themed to jellybean just like we use transformation pack on windows
Click to expand...
Click to collapse
Yeah I know lol, thats my signature says "apparently running 4.1.1" but we all know the numbers simply been edited
And why do people keep bumping this thread, its old we should let it die
The usual "Xx James xX" only on mobile...
(Sent Via Xda Developers App)

Related

[MOD] Dialer / Phonebook.apk | Update

UPDATE:
First of all let me apologize for not being active/updating the app. or posting updates about it.
Since my mini pro is my primary phone and I have to keep restarting/modifying Semcphone.apk I couldn't devote time to it.
Over the weekend, I tried to learn the SemcPhone.apk and to see what all $ONY had done with the file.
They did do a job but I wouldn't say a good job.
Coming to that,I have a few things,
Removing a feature is always easy but to put it in requires a lot of work.
And no matter what I tried with the 'programming' I know,
It din work out
OK, That was the bad news , next
If everyone is willing to put an extra app. into their phone until $ony releases its source ( WHICH MAY BE NEVER ACTUALLY ) ,
I was thinking to make a no-bull**** app with the extra features that i wanted to add(the call connect vibrate,blacklist),
If you guys are thinking y use my app,we can use/download it directly from the market,then please do so.
So delivering to my promise,I have an update and have done with another feature i.e Vibrate on Call Waiting(simple app really just few lines of code)
If enough people want me to still continue,i'll continue with this app cause I have given up on semcphone.apk
But the overhead is that you will have to use another app. i.e Call_Waiting.apk
What the app actually does:
The app is simple few lines of code which tap into the telephony and see if there is an incoming call when there is already a call in progress.
It will vibrate after a small pause.
I did not attach any activity to it just to make it simple.Once you install it,it will be running.
For the concerned users : it asks you for the phone state permission cause the app needs to know if there is an incoming call and also to control vibrator that's all.
you can uninstall it by going to package manager and finding the app sud.phone.extra.
Little write up on the 3rd post
feed3 said:
Actually, has been asked by someone in general section HERE.
Screenshot attached (taken from that thread as well..
Click to expand...
Click to collapse
We can actually do that,if anyone has seen the semcphone file you can see that you can modify the position of the buttons.Its just trial and error am sure.more on that later
But as I said, mini pro is my primary device and I cannot find a working emulator for $ony ROM(if anyone made it run please do let me know,it'll make all of the themer's,developers life easy)
Also vibrate on call connect requires internal android packages to view the call state as being active,
Internal packages are not allowed for normal app. development, and hence looked for a workaround this and am doing my best to put this feature in call_waiting.apk soon.
I used Android devices before and I never liked the option of vibrate on keypress so I removed that and thought to share.
Features for now :
NO vibrate on key press in dialpad.(phonebook.apk)
Vibrate on Call Wait. (Call_Waiting.apk)
To-Do :
Vibrate on call connect
Blacklist
1. copy phonebook.apk to /sdcard
2. remount system rw
3. cp /system/app/Phonebook.apk /sdcard/Phonebook.apk.orig
4. cat /sdcard/Phonebook.apk > /system/app/Phonebook.apk
5. chmod 644 Phonebook.apk
6. chown root:root Phonebook.apk
7. rm /system/app/Phonebook.odex (only do this if there is a Phone.odex file)
or
Just do the required steps from RootExplorer, Its easy.
Click to expand...
Click to collapse
FAQ:
Q: Which rom can this run on?
A: I personally use Hybrom but it should work on any Sony Rom which has stock SEMCPhone and Phonebook . Am sure CM uses different phone.apk so please do not install on CM roms.
Q: Which phone can Phonebook.apk run on?
A: This can be run on any Sony phone's.
Q: Which phone can Call_waiting run on?
A: All 2.3 + phones.
Special thanks to ALL the rom,kernel developers and everyone on XDA .
[size=+2]I AM NOT RESPONSIBLE FOR ANY DAMAGE TO YOUR PHONE.PLEASE MAKE BACKUPS[/size]
P.S If anyone is adding this to their ROMS, please let me know.thnx
my only wish; corner buble removed (arc style?)
feed3 said:
my only wish; corner buble removed (arc style?)
Click to expand...
Click to collapse
Point me to some links or screenshots please??
Sent from my GT-P1000
Dare{D}evil said:
Point me to some links or screenshots please??
Sent from my GT-P1000
Click to expand...
Click to collapse
Actually, has been asked by someone in general section HERE.
Screenshot attached (taken from that thread as well..
Nice
Thank you
feed3 said:
my only wish; corner buble removed (arc style?)
Click to expand...
Click to collapse
+1 for that.
also how about swipe left/right for sms/call on contacts?
When You plan release new version?
How to use the blacklist?
eliccs said:
How to use the blacklist?
Click to expand...
Click to collapse
it is in the "to do" list. so no blacklist till new version
Sent from my ST15i using XDA App
How about a smart dialer... Missing that one in the stock dialer
Dare{D}evil said:
To-Do :
Vibrate on call connect
Click to expand...
Click to collapse
When will be released?
And is this will be mod on SemcPhone.apk?
No Updates....
To-Do :
Vibrate on call connect
Blacklist
Vibrate on call waiting.
--------------
Seems like the development has stopped..!
No updates
Sorry guys been busy with something and been also looking for ways to get more ASOP like dialer without modifying too many files.
Will roll out a new version in a few days...
feed3 said:
my only wish; corner buble removed (arc style?)
Click to expand...
Click to collapse
Your wish is fulfilled.checkout this link.
http://forum.xda-developers.com/showthread.php?t=1533575
Sent from my ST15i using xda premium

Replacing Icons ?

Hello all,
I am running Check Rom V6 right now. I have 5 icons, dialer, contacts, messaging, home, and apps. I was wondering if someone could guide me on how to use these icons. They are all in a .png format. Any help is very much appreciated.
Thanks
sm625614 said:
Hello all,
I am running Check Rom V6 right now. I have 5 icons, dialer, contacts, messaging, home, and apps. I was wondering if someone could guide me on how to use these icons. They are all in a .png format. Any help is very much appreciated.
Thanks
Click to expand...
Click to collapse
Icon thread read here:http://forum.xda-developers.com/showthread.php?t=1311832
Sorry i ment actully replacing the icons on the homescreen
sm625614 said:
Sorry i ment actully replacing the icons on the homescreen
Click to expand...
Click to collapse
OK you need to look in Galaxy S II Themes and Apps
sm625614 said:
Sorry i ment actully replacing the icons on the homescreen
Click to expand...
Click to collapse
What launcher are you using? Most allow you to replace icons with ones of your choosing, you'll just have to put them on your sdcard.
If you're wanting to theme icons at the system level, or your launcher doesn't allow you to select a custom icon, then you'll have to modify apks.
sm625614 said:
Hello all,
I am running Check Rom V6 right now. I have 5 icons, dialer, contacts, messaging, home, and apps. I was wondering if someone could guide me on how to use these icons. They are all in a .png format. Any help is very much appreciated.
Thanks
Click to expand...
Click to collapse
Send me the icons and I'll make a flashable .zip for you that will change them, hassle free ( plus a recovery one so you can revert them if you don't like them ).
It's 2 minutes of work
Edit : I figure you want to change them while using Touchwiz, because replacement launchers do it easily anyway
Thank You Sir!!!!
I have uploaded the contacts messaing apps and all icons i dont need the dialer as it is stock look in the newest 2.3.6 builds
sm625614 said:
Thank You Sir!!!!
I have uploaded the contacts messaing apps and all icons i dont need the dialer as it is stock look in the newest 2.3.6 builds
Click to expand...
Click to collapse
Ok , I'm onto it now
Edit : K, it's done
http://www.mediafire.com/?tg582yvin5z4jz3
CWM -> Install update from sdcard ( don't worry about "enter the Vertumus world" text, I just edited Vert's zip a bit )
tested on my phone and works like a charm
Now I just need to wait till my CheckROM v6 finishes downloading so I can make a restore zip for you.
I'm not sure what the default icons are in new version and I need it anyway
Check this post later on. Post a screenshot when you flash it
Sir dont worry about the the restore packages i have a backup. I will post a screen shot thank you soo much though
sm625614 said:
Sir dont worry about the the restore packages i have a backup. I will post a screen shot thank you soo much though
Click to expand...
Click to collapse
It was nothing, really
Edit : Saw your screenshot, I'm now considering even keeping them XD
mudferret said:
If you're wanting to theme icons at the system level, or your launcher doesn't allow you to select a custom icon, then you'll have to modify apks.
Click to expand...
Click to collapse
Not strictly true - although it is an app drawer replacement.
Can change icons and names with this, my favourite ever app ever of all time ever.
As I've posted before, if there's an easier way to edit icons/text and retain functionality, I have yet to find it.
Especially because I couldn't modify an apk if my life was at stake...
B3311 said:
Not strictly true - although it is an app drawer replacement.
Can change icons and names with this, my favourite ever app ever of all time ever.
As I've posted before, if there's an easier way to edit icons/text and retain functionality, I have yet to find it.
Especially because I couldn't modify an apk if my life was at stake...
Click to expand...
Click to collapse
Actually, the easiest way is using vrtheme, no need to modify apks or use anything else than the Touchwiz launcher itself
Check the last post on the previous page
Sounds Good
gr4ndm4st3r_bl4ck said:
Actually, the easiest way is using vrtheme, no need to modify apks or use anything else than the Touchwiz launcher itself
Check the last post on the previous page
Click to expand...
Click to collapse
Thanks, I'll take your word for it. But I don't use TW launcher, and the app I refer to gives me a list view - a dealbreaker for me, was looking for a listview forever and a day, and I'll never go back
B3311 said:
Thanks, I'll take your word for it. But I don't use TW launcher, and the app I refer to gives me a list view - a dealbreaker for me, was looking for a listview forever and a day, and I'll never go back
Click to expand...
Click to collapse
Mate are you serious ?
You have the list view in touchwiz too
Open appdrawer -> options button ( the one to the left of the home button ) -> List View...
I just hope you were joking
gr4ndm4st3r_bl4ck said:
Mate are you serious ?
You have the list view in touchwiz too
Open appdrawer -> options button ( the one to the left of the home button ) -> List View...
I just hope you were joking
Click to expand...
Click to collapse
Not joking, sorry. Haven't used nor installed TW launcher for about 7 months.
Live and learn - glad to be corrected, and not worried about my ignorance being on public display. Can hardly backtrack now can I?
Can you edit icons and app names there too?
B3311 said:
Not joking, sorry. Haven't used nor installed TW launcher for about 7 months.
Live and learn - glad to be corrected, and not worried about my ignorance being on public display. Can hardly backtrack now can I?
Can you edit icons and app names there too?
Click to expand...
Click to collapse
Nah, Touchwiz basically sucks for everything I checked out that alternate app drawer app, it looks cool, pretty customizable I'm sure MIUI users adore it XD

[Q] Lockscreen Jellyblast

[PORT][ROM][ICS/Jelly Bean mod]JellyBlast V3.0.5 [OTA5]
I really wanted to post this to the forum above, but dont have enough forum posts, is there anyway to disable lockscreens altogether?????? I would like to use the Holo lockscreen or WP7 but they seem to have issues overiding the lockscreens already on the Jellybean ROM.
Thanks for updating the message colours, ROM much appreciated
Tennis party
"The forum above" would be the wrong place to post this (how is it related to development? => It's not). This is the correct place.
AFAIK, there's no way to do what you want to do (disable the stock lockscreen and it only). Might want to make sure your alternate lockscreens always have enough memory, or else they'll be killed and won't be able to override the default lockscreen.
Yes there is a way to do it
Open your notification panel and go to extreme right
There you will see a toggle showing lock icon
Disabled it by clicking on it and voila
Well, next time
Ask your questions on Q&A section.
iamareebjamal said:
Yes there is a way to do it
Open your notification panel and go to extreme right
There you will see a toggle showing lock icon
Disabled it by clicking on it and voila
Click to expand...
Click to collapse
Thanks for the tip, but the real problem is there any way to do this on a stock rom (without 15 toggles mod) ?
omrisaber said:
Thanks for the tip, but the real problem is there any way to do this on a stock rom (without 15 toggles mod) ?
Click to expand...
Click to collapse
No,
I don't think s....
Wait, there is an app on Play Store called
No Lock
Cheers
iamareebjamal said:
Yes there is a way to do it
Open your notification panel and go to extreme right
There you will see a toggle showing lock icon
Disabled it by clicking on it and voila
Well, next time
Ask your questions on Q&A section.
Click to expand...
Click to collapse
that just doesnt work bro on ace-i
Girishk007 said:
that just doesnt work bro on ace-i
Click to expand...
Click to collapse
For me, it does

[Q] All widgets transparent

Hi XDAs
How can I set all widgets on my home screens to transparent in a simple way?
Please don't post me this link.
Rooted N5, stock, 4.4.2.
Thanks a lot.
Regards
Simple way? Find widget replacements from the Play Store that offer transparent options. Other than that, the link you said you don't want to do would be it. Sometimes you gotta put in effort to get what you want, unfortunately. There's no magic transparent widget option. First world problems, right?
es0tericcha0s said:
Simple way? Find widget replacements from the Play Store that offer transparent options. Other than that, the link you said you don't want to do would be it. Sometimes you gotta put in effort to get what you want, unfortunately. There's no magic transparent widget option. First world problems, right?
Click to expand...
Click to collapse
Thx 4 ur answer. I make many efforts and take always the time to mod my system! The problem with this link is that not all apps are available and if there is a new version of a specific app you can do the process again and again.
xdabrain said:
Thx 4 ur answer. I make many efforts and take always the time to mod my system! The problem with this link is that not all apps are available and if there is a new version of a specific app you can do the process again and again.
Click to expand...
Click to collapse
Such is the life of a modder.
es0tericcha0s said:
Such is the life of a modder.
Click to expand...
Click to collapse

Alert on lockscreen ??

Hello
Is there a way to get the lock screen to turn on every time a message is coming I mean like
Whatsapp Gmail etc. that will be exactly like the regular massage app or missed call with the clear alert
As apps that do that I all ready know about my question is for the build in popup window and the turn on the lock screen for each massage that came in
As far as I know it can't be done but Hi maybe I will surprised
Thanks
liranz said:
Hello
Is there a way to get the lock screen to turn on every time a message is coming I mean like
Whatsapp Gmail etc. that will be exactly like the regular massage app or missed call with the clear alert
As apps that do that I all ready know about my question is for the build in popup window and the turn on the lock screen for each massage that came in
As far as I know it can't be done but Hi maybe I will surprised
Thanks
Click to expand...
Click to collapse
Your question is is it possible to display notification on the lockscreen for gmail whatsapp like in windowsphone?
shazzy1 said:
Your question is is it possible to display notification on the lockscreen for gmail whatsapp like in windowsphone?
Click to expand...
Click to collapse
no i would like to know if the build in pop up for massege and missed call can be displayed for more apps like whatsapp gmail etc.
Here is a screenshot for the pop up that i mean...
Maybe with root accses it can be done by changeing some things, i have rooted my phone
liranz said:
no i would like to know if the build in pop up for massege and missed call can be displayed for more apps like whatsapp gmail etc.
Here is a screenshot for the pop up that i mean...
Maybe with root accses it can be done by changeing some things, i have rooted my phone
Click to expand...
Click to collapse
That is possible mate ! but not simple!..... u cld use some apps from play store for dis but am guessing it will have its own lockscreen
So the answer is Yes but not very simple......
Please tell me what to do if it possible let's try it
As for apps that do a simeler job i allready know.
But i want some apps that i use to desplay the same as in the screenshot
Don't you like the challenge...
liranz said:
Please tell me what to do if it possible let's try it
As for apps that do a simeler job i allready know.
But i want some apps that i use to desplay the same as in the screenshot
Click to expand...
Click to collapse
Install Xposed framework mate!.... download Galaxy S5 Lockscreen Widgets .... now you would be able to add widgets/pages to ur lockscreen to view incoming mails messages..... this is the closest thing to that...
Oh! and for the lockscreen thingy i have to look into it.... :fingers-crossed:
Hit Thanks if this was Helpful
Please do it will be very nice...
Thanks man
liranz said:
Please do it will be very nice...
Thanks man
Click to expand...
Click to collapse
here this is what xposed can do now............
And regarding the Lockscreen i can't promise anything as of now
Thanks but i dont like the xposed thing
I want the build in lock screen if possible...
If not that's ok to
What you are looking for is this:
http://forum.xda-developers.com/android/apps-games/4-0-l-lockscreen-bring-android-l-t2871021
It's not the most stable App ever so you might run into a few issues from time to time, but overall it works pretty well. I am using it and really like it.
Pat123 said:
What you are looking for is this:
http://forum.xda-developers.com/android/apps-games/4-0-l-lockscreen-bring-android-l-t2871021
It's not the most stable App ever so you might run into a few issues from time to time, but overall it works pretty well. I am using it and really like it.
Click to expand...
Click to collapse
Thanks but no, what i want is the same as the screenshot that i attched
You all have it in your phone when a massege or missed call are arrive...
but when whatsap , gmail etc. Are comeing there is only sound and i know that there is apps thet do the work but i want it to build in like an iphone for excemple...
need to change something in the system but i don't konw what or if can be done.
thanks
Try updating to the new lollipop build, what you are looking for is there
guetzli32 said:
Try updating to the new lollipop build, what you are looking for is there
Click to expand...
Click to collapse
Yes i know all ready did and update my phone it is great except the battry that run quick
And there is a popup for each app but the screen dose not turn on when a message os coming so still there is a need for an app to turn on the screen each time such as niLS
Pat hit the nail on the head
Android L Lockscreen is a marvel, but be careful what you wish for. It'll notify you about everything on Lockscreen even down to what you had for breakfast.

Categories

Resources