PlayView For CardsUI - Social Contribution Milestone - Java for Android App Development

SOCIAL CODING & CONTRIBUTION
TIMELINE THREAD​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Present:: On Going Development
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Ideation
Click to expand...
Click to collapse
Mazy said:
The distance between the cards should be an addition of the spacing in the list view, and margins in the card view, there is not really any magic to it
This is a screen shot of my app (funny enough created before new Google Play app)
{
"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"
}
Its created with a custom adapter and a quite normal xml file for each list item.
Can you provide the xml for the card view?
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Brain Storming
Click to expand...
Click to collapse
Androguide.fr said:
GadgetCheck, is there any way to check out your adapter & xml code
I'm sure we can work something out by mixing both the cardsui lib and your project to make it look like your adapter while keeping the cardsui functionnalities.
(Your custom one looks really good, pretty much similar to google play, nice job)
If you could please upload it on github it would be great.
Click to expand...
Click to collapse
Mazy said:
Can you provide the xml for the card view?
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Social Prototyping
Click to expand...
Click to collapse
GadgetCheck said:
Added to GitHub: https://github.com/GadgetCheck/PlayView
Start Contribution :fingers-crossed:
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Contribution
Click to expand...
Click to collapse
Androguide.fr said:
I forked the CardsUI library and added the Google Play cards, based on the card layout GadgetCheck created
Usage
The Google Play cards come with more customization parameters than the other regular cards, those parameters include :
Title (String)
Description (String)
Stripe color (String)
Title Color (String)
Enable an overflow menu on the card. It's not finished yet, I still need to implement the popup menu when clicked (Boolean)
Enable touch feedback on click or disable it (Boolean)
It's called like this :
Code:
mCardView.addCard(new MyPlayCard(String titlePlay, String description, String color,
String titleColor, Boolean hasOverflow, Boolean isClickable);
Example :
Code:
mCardView.addCard(new MyPlayCard(
"Different Colors for Title & Stripe",
"You can set any color for the title and any other color for the left stripe",
"#f2a400", "#9d36d0", true, false));
Contribute
The modified version of CardsUI is available on my github : http://github.com/Adroguide/cardsui-for-android
You can test it right away by downloading the example apk : http://pimpmyrom.org/downloads/CardsUIExample.apk
I am going to polish it and possibly add new parameters before sending a pull request to try & get it merged in the original CardsUI by Nadav Fima, so if you have ideas or requests let me know.
Click to expand...
Click to collapse
Androguide.fr said:
Ok guys, I was thinking of the best way to showcase the library in an example app, and I came up with this cards generator.
Currently it allows to create regular cards as well as play cards and to set all the parameters through a nice animated gui.
I added an example of a card that triggers a contextual action bar when swiped (the purple stripe one), but I'll add a "cancelable swipe"checkbox to the cards creator soon.
The next step is to make it generate a zip containing all the code & resources needed for the generated cards.
This really is just a draft, there's still quite a few things I've not implemented yet :
Google Now Image Cards
Menu overflow & touch feedback toggle for Google now cards
Stack Title
But anyway I thought I'd share the progress.
Let me know what you guys think(apk attached to this post)
I've added a few things to the library too :
ability to set the description of google now cards programmatically
ability to set the stack title's color programmatically
the Google Play cards can now hold as much text as you want, it won't be ellipsized and the card's height & stripe's height will be adjusted to fit.
Pushing the commit in a few minutes.
Screenshots :
EDIT : commit pushed : https://github.com/Androguide/cardsui-for-android/commit/3caad5c3fa50d07654af8c5505ce64b4df6b6a0f
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Previously:: A Thread that Started as a Question by Me
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Code:
[B][SIZE="2"]The Question is pretty straight forward as you can see from the image attached below.[/SIZE][/B] :cowboy:
[url=http://postimg.org/image/4a7n0lgbt/][img]http://s12.postimg.org/4a7n0lgbt/2013_04_10_16_35_58_1.jpg[/img][/url]
[B][SIZE="2"]How do you think we can achieve a list view like the new play store, i really like it and it will be enhance the interface of my new app.
Can any one help me out?[/SIZE][/B]
[I]To me this seems like the Cards like list view used in GoogleNow, i would like to make it clickable as well and use it to output to a Fragment or Activity.[/I]
[B][SIZE="6"]EDIT::
[/SIZE][/B]
Thanks to the Advice from the Community!
[SIZE="6"][COLOR="Red"][LEFT][B][U]Without CardsUI Library:[/U][/B][/LEFT][/COLOR][/SIZE]
[IMG]http://img.tapatalk.com/d/13/04/12/byte5ave.jpg[/IMG]
[LEFT][COLOR="red"][SIZE="6"][B][U]With CardsUI Library:[/U][/B][/SIZE][/COLOR][/LEFT]
[IMG]http://s23.postimg.org/eswx7kwjf/2013_04_12_21_17_47_1.png[/IMG]
Credits
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Mazy - http://forum.xda-developers.com/showpost.php?p=40179776&postcount=13 & http://jiffy.nu/
Androguide.fr - http://forum.xda-developers.com/showpost.php?p=40387809&postcount=25 & http://forum.xda-developers.com/showpost.php?p=40445187&postcount=29
XDA Developers - http://www.xda-developers.com/android/playview-developed-by-the-community-for-the-community/
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Repositories
Click to expand...
Click to collapse
Click to expand...
Click to collapse
PlayView - by GadgetCheck https://github.com/GadgetCheck/PlayView
PlayView CardsUI - by Androguide.fr https://github.com/Androguide/cardsui-for-android
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse

I think this might be similar to what you want:
http://www.androidviews.net/2012/12/cardsui/
Though it does seem to stack them like Google Now

You can create your own Adapter extending ArrayAdapter.
Then you create custom view for a single item in list that looks like that.
Sent from my Evo 3D GSM using Tapatalk 2

PLZ Reply
GadgetCheck said:
The Question is pretty straight forward as you can see from the image attached below.
How do you think we can achieve a list view like the new play store, i really like it and it will be enhance the interface of my new app.
Can any one help me out?
To me this seems like the Cards like list view used in GoogleNow, i would like to make it clickable as well and use it to output to a Fragment or Activity.
Click to expand...
Click to collapse
Can you plz tell me how did you get version 4.0 of google play ?

blakstar said:
Can you plz tell me how did you get version 4.0 of google play ?
Click to expand...
Click to collapse
Go into the Android apps and Games section, you'll see it there

Quinny899 said:
Go into the Android apps and Games section, you'll see it there
Click to expand...
Click to collapse
Thank you, I found it

Quinny899 said:
I think this might be similar to what you want:
http://www.androidviews.net/2012/12/cardsui/
Though it does seem to stack them like Google Now
Click to expand...
Click to collapse
+1 for the CardsUI library by Nadav Fima, and yes they can stack-up too, and be swiped-out like on Google Now.
Here are some screenshots from my app using this library
Stacked-up cards :
Not stacked-up, swiping the second card :
I really recommend this library, it's neat and very easy to implement.

pedja1 said:
You can create your own Adapter extending ArrayAdapter.
Then you create custom view for a single item in list that looks like that.
Sent from my Evo 3D GSM using Tapatalk 2
Click to expand...
Click to collapse
I thought so!
Though i was looking for something easier and faster, Kind of a speed deamon.
Androguide.fr said:
+1 for the CardsUI library by Nadav Fima, and yes they can stack-up too, and be swiped-out like on Google Now.
Here are some screenshots from my app using this library
Stacked-up cards :
Not stacked-up, swiping the second card :
I really recommend this library, it's neat and very easy to implement.
Click to expand...
Click to collapse
Thanks will definitely try it out.
Thanks for the awesome response, taking ur advice let me pimp up my app.
Sent from my GT-N7100 using Tapatalk 2

Ichigo said:
Yeah, it shouldn't be too hard. I've made a list view similar to this. Probably around the same size, just not as comely as Google. Like pedja1 said, you can creature your own custom array by setting the layout in XML and then using an ArrayAdapter
Click to expand...
Click to collapse
Agreed. If you want a "speed daemon" you shouldn't use the cards ui library as it doesn't cache properly, and therefore will slow down quickly. It shouldn't be too hard to create your own adapter/layout to 'emulate' the cards look. It's common practice to do such things, so this is really where you should be looking into!

aaaa
Took Androguide.fr Advice!
Found a couple of minutes of spare time today so did this in like 2-minutes
As always question in the image any more advice!
Library aint that well documented, so i am not sure if there is a internal way of reducing the width built into the library.

ramdroid77 said:
Agreed. If you want a "speed daemon" you shouldn't use the cards ui library as it doesn't cache properly, and therefore will slow down quickly. It shouldn't be too hard to create your own adapter/layout to 'emulate' the cards look. It's common practice to do such things, so this is really where you should be looking into!
Click to expand...
Click to collapse
I dint know about this library, but the developer has put in a lot of work to it.
Lets see if we can contribute something to complement his work.
I loved the swiping animation on it too

GadgetCheck said:
Took Androguide.fr Advice!
Found a couple of minutes of spare time today so did this in like 2-minutes
As always question in the image any more advice!
Library aint that well documented, so i am not sure if there is a internal way of reducing the width built into the library.
Click to expand...
Click to collapse
The distance between the cards should be an addition of the spacing in the list view, and margins in the card view, there is not really any magic to it
This is a screen shot of my app (funny enough created before new Google Play app)
Its created with a custom adapter and a quite normal xml file for each list item.
Can you provide the xml for the card view?

Mazy said:
The distance between the cards should be an addition of the spacing in the list view, and margins in the card view, there is not really any magic to it
This is a screen shot of my app (funny enough created before new Google Play app)
Its created with a custom adapter and a quite normal xml file for each list item.
Can you provide the xml for the card view?
Click to expand...
Click to collapse
This is exactly what i wanted, will add the code asap i reach home

Ichigo said:
Looks nice. Better than mine. I think I'll try it out later if I have time.
Click to expand...
Click to collapse
try it and post your result :good:

Is that cool.. What else can i do to it
Sent from my GT-N7100 using Tapatalk 2

I had a go with it yesterday, making the Maths-Gambling game "Lobster pots" (Google it) and came back with this:
Sent from my GALAXY NEXUS using Tapatalk 4 (VIP)

GadgetCheck said:
Is that cool.. What else can i do to it
Sent from my GT-N7100 using Tapatalk 2
Click to expand...
Click to collapse
Nice.. hum, the design reminds me of something

Mazy said:
Nice.. hum, the design reminds me of something
Click to expand...
Click to collapse
Thanks to you mate
By the way i like your app too

So are you guys all using the Card UI library to get this? Sorry just haven't got a lot of time to go through every post.
I really like the idea of sticking with the Holo design when building apps and I must say the screenshots on here look fantastic.

RED_ said:
So are you guys all using the Card UI library to get this? Sorry just haven't got a lot of time to go through every post.
I really like the idea of sticking with the Holo design when building apps and I must say the screenshots on here look fantastic.
Click to expand...
Click to collapse
Yup, all from the lib
Sent from my GALAXY NEXUS using Tapatalk 4 (VIP)

Related

GAME Fallout ENG 1.0 RPG

{
"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"
}
Pocket Fallout ENG 1.0
Requirements: any QVGA, VGA device (not working well on widescreen devices)
Overview: Long waited PocketPC clone of the famous Fallout game
More Infoocket F.A.L.L.O.U.T. - A unique FREE, platform role-playing game for mobile devices based on Windows Mobile 2003, WM5, WM 6.x, as well as desktop PCs based on the OS Win9x, WinXP, Vista, which allows the user to plunge into the boundless world postnuclear, limitless wasteland. The project is based on the immortal series of the game Fallout 1 and Fallout 2.
Code:
http://www.pocketfallout.net/
Download Instructions:
http://anonym.to/?http://www.ziddu.com/downloadlink/3340238/PocketFALLOUT_v.1.0_eng.zip
Mirrors:
http://anonym.to/?http://rapidshare.com/files/191286629/PocketFALLOUT_v.1.0_eng.zip
http://anonym.to/?http://www.megaupload.com/?d=CSTZPEZZ
_________________________________________________________
Here are some tips on the game:
Open config.cfg
change player_name={yourname} - the nick you want to use for the game
always_run={1} - to make it always run - moves a lot faster, i have played fallout 2 with always run it is a lot easyer and faster
the status things must be set to off because they eat aditional resources (you may try them before disable them):
show_fps={0}
memory_status={0}
battery_status={0}
Great! Download and testing now
I just got this but is it all in russian? Im gonna try it out in the morning and post back.
ok well I answered my own question there are two downloads one in russian and one in english
install instructions link does not work
volcomnator999 said:
install instructions link does not work
Click to expand...
Click to collapse
Yep, instructions link is dead. Downloading english now and will update tomorrow. Hope it works out good, loved fallout 4 on xbox 360! Way too short of a game though, wish it was as long as Oblivion. Oh well. Thanks!
45mb??
before You get overexcited let me clarify few things:
- it is not a port. it's fallout-like product (clone as devs would like to call it) without an option to play original f1, f2 files. it's got it's own story which takes place in Russia
- translation to english is HORRIBLE. I really hope that someone like hotforwords is going to help those guys to make it useful.
- it does work quite well, but gameplay is slightly different from original.
anyway... this may be interesting in the future, but all my hopes are with soon-to-be-released fpsece 0.1.
br
bro
Doesn't work on my Touch....
I can't select anything in the main menu.....
loved fallout 4 on xbox 360
Click to expand...
Click to collapse
yeah, interesting..i had fallout 17 on timex watch, it is cool.
it's fallout-like product
Click to expand...
Click to collapse
..f1/2 story can be made, more or less with that engine, tho.
translation to english is HORRIBLE.
Click to expand...
Click to collapse
You may translate it for us ( mhmmm...).
soon-to-be-released fpsece 0.1
Click to expand...
Click to collapse
soon means years
-=
tip: set battery_status={1} to 0 for better performance.
flaviopac said:
Doesn't work on my Touch....
I can't select anything in the main menu.....
Click to expand...
Click to collapse
try wvgafix
the translation is pretty bad but its not bad enough to not play the game...works great on the kaiser
volcomnator999 said:
install instructions link does not work
Click to expand...
Click to collapse
Yes they work just fine
deeznuts said:
Yep, instructions link is dead.
Click to expand...
Click to collapse
No it's not
deeznuts said:
loved fallout 4 on xbox 360!
Click to expand...
Click to collapse
No you're not. You loved Fallout 3 on Xbox 360. - just messing with you i know it's just a typo
nothin said:
1. ..f1/2 story can be made, more or less with that engine, tho.
2. You may translate it for us ( mhmmm...).
3. soon means years
Click to expand...
Click to collapse
siemasz nothin...
1. f1/2 story can be made indeed, but converting all the files may take ages. whatever...
2. I won't translate it, as my native language is not russian, so that's why I have suggested that some proper translator should be used instead of some pc translator.
3. well... I would be careful saying many years, as this project is alive and near completion. some Russian hackers have stolen some alpha version of it, but schtruck and ldchen have decided to continue their work anyway. I would say that it's a matter of weeks to get it finished. please follow fpsece forum before saying something silly...
pozdrawiam
bro
Here are some tips on the game:
Open config.cfg
change player_name={yourname} - the nick you want to use for the game
always_run={1} - to make it always run - moves a lot faster, i have played fallout 2 with always run it is a lot easyer and faster
the status things must be set to off because they eat aditional resources (you may try them before disable them):
show_fps={0}
memory_status={0}
battery_status={0}
bronx said:
siemasz nothin...
3. well... I would be careful saying many years, as this project is alive and near completion. some Russian hackers have stolen some alpha version of it, but schtruck and ldchen have decided to continue their work anyway. I would say that it's a matter of weeks to get it finished. please follow fpsece forum before saying something silly...
pozdrawiam
bro
Click to expand...
Click to collapse
salut!
i know that.
i am on their forums since ...2005...i dont especially care about saying "something silly" there, you know, i can live without 0.10...i have atari st, amiga, atari xl, c64, snes, nes, gb, gba, cps1, cps2, sega, pc emulators for ppc, so i can handle..
i am just bored by waiting..
problem is, that nobody cares about stolen version, people just want to have something useful.
btw, look closely - you'll know WHO exactly stole thing(it took me 20 mins to know that) - just look on 4pda.ru forum.
-------
btw, bronx , are you author of pocketfallout?
if so, i must say it is impressive job!
but need to ask:
why game's crashing just after i kill something(ants, scorpions), ants - 30% chance, scorpions almost 100% chance.
i have redownloaded zip, still same problem.
i have plenty of memory free, xscale cpu, still crashing.
next thing: why you used such strange pathfinding method...it is SO annoying now..i've seen on russian subforum exact visualisation of the problem made by someone.
small idea: scrolling might be i.e. 10 px step instead of nightmarish fluid BUT slow method..
impatiently waiting for answer, or next versions,
best regards...
Gandhi70 said:
try wvgafix
Click to expand...
Click to collapse
I own a Touch.... ELF!
nothin said:
salut!
i know that.
i am on their forums since ...2005...i dont especially care about saying "something silly" there, you know, i can live without 0.10...i have atari st, amiga, atari xl, c64, snes, nes, gb, gba, cps1, cps2, sega, pc emulators for ppc, so i can handle..
i am just bored by waiting..
problem is, that nobody cares about stolen version, people just want to have something useful.
btw, look closely - you'll know WHO exactly stole thing(it took me 20 mins to know that) - just look on 4pda.ru forum.
-------
btw, bronx , are you author of pocketfallout?
if so, i must say it is impressive job!
but need to ask:
why game's crashing just after i kill something(ants, scorpions), ants - 30% chance, scorpions almost 100% chance.
i have redownloaded zip, still same problem.
i have plenty of memory free, xscale cpu, still crashing.
next thing: why you used such strange pathfinding method...it is SO annoying now..i've seen on russian subforum exact visualisation of the problem made by someone.
small idea: scrolling might be i.e. 10 px step instead of nightmarish fluid BUT slow method..
impatiently waiting for answer, or next versions,
best regards...
Click to expand...
Click to collapse
hm... I am really confused now. where did You get it from that I am the author of PF?? no, I am not an author of it and I am not related with anyone involved in this project.
imho this game does have quite large potential indeed, but it is nothing really special at this stage.
regarding fpsece I don't really care about who was that hacker, the important thing is that project isn't dead. don't get me wrong, but I beileve that real psx emu is kind of an ultimate thing in gaming on pocket pc and while other emus are entertaining, I would swap ALL of them just for this one after it's complete.
jeszcze raz pozdrawiam i do poczytania to tu, to tam...
br
bro
p.s. sorry for the offtop guys
ok tried it out n so far here r my impression
i tried it out on my wizard and it worked the graphics were beatutiful n the opening sequence was so much like fallout the origional i had flashback but unfortunatly my wizard just aint strong enough to play it needs more power ah wel
but besides tht i tried it out on my PC and i found
one like someone said before the translation unfortunately leaves much to be desired
two n this is thw worst part on running through the trial building behind tht preast when i get to tht locked door i open it using the hack option but as soon as i step through it it hangs i tried it different ways but same results hopefully there would b some kind of fix for it
flaviopac said:
Doesn't work on my Touch....
I can't select anything in the main menu.....
Click to expand...
Click to collapse
I have the same problem.

Camera SenseHD Finally Works !!!!

All Credits to snq- Desire Dev......thanks man!
Finally!! Yes We Can!!
http://forum.xda-developers.com/showpost.php?p=9489090&postcount=81
rikwebb said:
m-deejay fix posted
http://forum.xda-developers.com/showpost.php?p=9492320&postcount=3010
Click to expand...
Click to collapse
snq- said:
new sense + htc camera app on a desire classic:
just made a few shots, camera seems to be fully functional, tested also w/ quickmark
there is still an issue w/ the camcorder, i'll try to fix it and release rsn
Click to expand...
Click to collapse
snq- said:
due to popular demand and due to the fact that i can't work on this in the next few days i'm releasing this update as is for robocik's rcmixhd v0.12
camfix_rc1_rcmixhd012.zip
works:
camera (also with 3rd party apps like goggles, quickmark or cam360)
camcorder (w/audio)
yet to fix:
720p (do NOT set hd resolutions in camcorder mode)
some aftereffects in camera mode
Click to expand...
Click to collapse
Giblet-dono said:
Hey Guys!
Stumbled upon this thread and the fix,
im using Phiremod ACE Sense HD build
The way to push this fix to your device is as follows:
Insert SDcard in computer (through mobile or cardreader)
In the camfix file youll find 3 folders (you can download in the first post)
Ignore meta-inf
Copy the file HTCCamerpa.apk from sd-ext/app_s to your sdcard in the folder:
sdcard/android/root/system/apps
If the folder does not exicst, creat it!
Then copy the contents of the system folder (all of them) to Sdcard/android/root/system
After this reboot your device
WARNING! You are doing this at your own risk!
This "fix" creates graphic glitches on the screen!
Make a BACKUP!!
Camera DOES work
Camcorder DOESN'T WORK!
Goodluck!
Click to expand...
Click to collapse
Some HD2 user reports;
netdrg said:
Tested and work on HD2
{
"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"
}
Click to expand...
Click to collapse
netdrg said:
I Create my proper build not push or update files
Click to expand...
Click to collapse
Click to expand...
Click to collapse
dharvey4651 said:
Just tested the files using the root folder method and it DOES seem to work very well on the HD2.
I'm using it on mdeejay's Froyo HD 3.7. I'm able to take pictures with a working flash(no green tint). The only downside I'm seeing is that it creates a glitchy affect where horizontal lines appear randomly(but consistently) on different parts of the screen unless there is motion on the screen.
I'm going to modify mdeejay's build and cook the files into the build and test from a clean install and report back if the glitch is still present afterwards.
Click to expand...
Click to collapse
_____________________________________________________________________________________________________
Hi, people and Devs, some Desire Devs are working hard in camera port to HD and Z Rom.....and they solve the camera issue, We are in, too.
20\10 - Today they was able to run a camera on HD Rom!
I have much hope in their work, and maybe our Devs can give a hand to Desire Devs, to solve this issue......We are all XDA bro.
We can see, the development thread, here:
http://forum.xda-developers.com/showthread.php?t=805159
And, we can regard the Desire Devs, here:
http://forum.xda-developers.com/showthread.php?t=814188
#1 - First Camera Working Test
20.10.10 - 02.03PM
http://forum.xda-developers.com/showpost.php?p=8722858&postcount=293
BlueVD said:
Here's a quick vid of the camera working... Sorry for the quality, I've done it using a laptop cam and it was enoying trying to adjust the lid at the propper angle...
You can see the Personalize menu at the start (just to proove it's SenseHD) and the skin is metallic
the console command was awb_camera
Click to expand...
Click to collapse
#2 - Release should come soon to Desire
20.10.10 - 10.43PM
http://forum.xda-developers.com/showpost.php?p=8731927&postcount=315
BlueVD said:
Well, first of all, I've already released the libs and binaries in a previous post (the one with the screenshot, not the video). Right now I'm working on the framework. And it is GPL since most of the things I've done is to recompile allready published source code. What I did modify are some files needed to build the Androis Os (taken from nexus one and adapted for the bravo board), not the kernel and I'll publish them soon. Just so that you know, I'm not keeping anything under "wraps". All the work I've done so far is with the help of google, readme files and comments on xda. Guess than in short it's something in the borderlines of RTFM. The framework is the toughest sob but with the subtle hint from ownhere I'm making some advances here also. I don't want to give false hope, but a release should come soon. It's moving slowly because of my job and the sleep depravation not to mention my old laptop running a dozen tasks and a VM.
Keep you posted on my progress.
PS: video recording might not be able to record sound in the first release (since there's somewhat of a rush to get the photo capabilities). The audio part of the framework will take some serious modding.
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
Click to expand...
Click to collapse
#3 - Status Update
BlueVD said:
Ok folks, another status update: had 3 frameworks so far, 2 fc'd and one didn't do anything at all. Right now I'm having one of my servers reinstalled in order to compile android to produce a custom framework. This one will be compiled with all the required stuff in it so it should work. As to sound recording in the video, chances are we're getting it too! It will take a few more hours to get the framework compiled, but please bear with me.
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
#4 - New update
BlueVD said:
..... It's the sourcecode for android and I'd have to be darn stupid to post it once again since google took care of that. People can get their source code from there. And as a refference, all mods were done on the nexus files that came with it since desire shares most of the hardware. Geez folks, if you would know a bit of programming you would know that. And since you don't know programming why the heck do you ask for them? Sorry if I sound harsh, but these past few days I barely got 2 hours of sleep per night and all I'm chewing at is the camera, even at work. Have patience, redoing the framework takes some time. Trust me when I say that I'm doing everything humanly possible to get the fix as soon as possible. And if any dev wants to get the files I moded, he can PM me.
And stop posting friggin comments that have nothing to do with devel stuff! Makes it hard for me and the other devs keep track of stuff.
PS: let me make this clear, the existing framework is compiled with different drivers so to say. And the only way to change that is to modify it. I'm compiling a new one to get all the right values for the cam part and patch the existing one since the framework for a nexus would be incompatible with the one needed by SenseHD. If it were as easy as fooling around with a hex editor I would have done it already. And keep in mind that this is my first clash ever with android code. Besides doing the work I also need to learn a lot of stuff on the go! These being said I hope I won't have to read any more mindless posts. And yeah, if any other dev wants to do this step in my place, do tell. I'd be more than happy to give you all I have (and that is sidenotes! Cause the code is already available online). This way I'd finally be able to take a good night sleep
Sent from my HTC Desire using XDA App
[EDIT]: there's no front camera on the Desire Hd/Z. But HTC added the code for one. All I can presume is that they have one with SenseUI2 but no news of that phone leaked yet. Though it would seem sloppy of HTC to make such a silly mistake
Ive jusr noticed that the user asking for the sourcecode was neophyte. Mate, all I did was copy the vision files that came with the official source of android, comment out some lines related to the colors of the trackball and pull the proprietary files out of my desire. That's how the libs got done. All of this know-how came from xda forums. Like I said, there's no special voodoo I'm doing. As for the files, I'll get them online if you think it helps (but it doesn't since they only help with the making of the libs and those are already done and working).
Click to expand...
Click to collapse
Click to expand...
Click to collapse
BlueVD said:
Ok, here are the files needed to build the libs and the framework with the correct interrupts. Hope you guys will be happy with them (like I said before I just copied the whole nexus one files and named them/modified them to suit bravo).
http://wbss.ro/android/device_htc.tar.gz
Prerequisites:
1) A linux machine with a x64 distro (I recommend ubuntu 10.10, even if Canonical said it's not all that stable. Also Mandriva 64 bit should do. I run these 2 distros and both seem to work) OR a windows machine that has a case sensitive FS/Partition (I never herd of such a thing, so I recommend linux)
2) 6GB free space
3) a lot of time
Steps:
1) get the android source (see http://source.android.com/source/download.html )
2) download the file I provided above and extract it into ~/devices/htc (~ represents the root of the sourcecode folder for android)
3) just build the thing. (make -j2 TARGET_PRODUCT=htc_bravo)
At the end of the build you'll find the libs and whatever else you would require... Happy compiling time to you all.
Click to expand...
Click to collapse
BlueVD said:
Whatever work I finish and it doesn't FC, segfault or harm the phone in any way will end up in http://wbss.ro/android
So if anything pops up there, you can use it...
....
Click to expand...
Click to collapse
#5 - Big update!!
http://forum.xda-developers.com/showpost.php?p=8749645&postcount=346
BlueVD said:
OK people, I will keep my english plain:
WHEN a flashable zip will be ready I will say it in BOLD that you can flash it via recovery. Until then, NO, THERE IS NO FLASHABLE ZIP.
And I'm not yelling, just pointing out what should be obvious.
And now, a requst for someone that has a HTC Leo with gauner1986's HD Rom:
BACKUP the files you will replace first!!! Otherwise you'll have to extract them from your ROM to put them back!
Download the following file http://wbss.ro/android/Bravo_Sensehd_workingCameraLibsAndBinaries.zip and upload the *.so files (via ADB with the phone in recovery) to /system/lib
After that upload the rest of the files (the ones without extension) to /system/bin
Reboot the phone, open your favorite console and run as root (and landscape mode, that it keep the phone upright):
Code:
awb_camera
I need to know if it outputs some text (like camera calibration status, etc). If it does, you should see a camera viewport in the upper left corner of the display. If you don't, just swipe your finger across the display and you should see some flicker in the upper left corner. If it does, good news: owners of LEO will get the camera fix as soon as the Desire one gets it.
PS: I've got a seminar coming this weekend... Hopefully, I'll finish the fix by tomorrow evening, if not, it's up till monday
Click to expand...
Click to collapse
BlueVD said:
I talked to gauner1986 and his rom is based on the dump from DesireHD. I've specified that peole using his rom should test the libs But it's good to know that apparently something failed on Mdeejays rom. Hopefully it will work on gauner1986's rom.
Click to expand...
Click to collapse
#6 Someone did it!
http://forum.xda-developers.com/showthread.php?t=786316
a haha happy
pack21 said:
Hi, people and Devs, some Desire Devs are working hard in camera port to HD and Z Rom.
And today they was able to run a camera on HD Rom.
I have much hope in their work, and maybe our Devs can give some help in that.
http://forum.xda-developers.com/showthread.php?t=805159&page=31
Click to expand...
Click to collapse
Good news for sure! I guess we will have a fully functional desire HD rom running at our precious HD2s before the end of the weekend.
@BlueVD
many thanks for the info
paalkr said:
Good news for sure! I guess we will have a fully functional desire HD rom running at our precious HD2s before the end of the weekend.
Click to expand...
Click to collapse
i hope so too
Great news!
Sent from my HTC HD2 using XDA App
If this is true, that would be brilliant indeed
good news i wait it thanks
Great!!!
excellent!!
interesting!!
I find the HD rom most stable. It would be very good when camera can be used in this excellent rom. thanks so much!

			
				
good job ~~
Great news!
Really appreciate about the efforts of devs and chefs.
Looking forward to the good news.
Ambious said:
Click to expand...
Click to collapse
Me too..!!!
Well XDA Dev ROCKS..!!!
I think its a fake. I havent seen anything on irc about it
wow great news
Ambious said:
Click to expand...
Click to collapse
^ Lmao
Anyways what a giant leap for mankind, now i can continue sexting!
elgrego4 said:
I think its a fake. I havent seen anything on irc about it
Click to expand...
Click to collapse
You don't see in irc, because this is from Desire Development, but if they can port a camera on HD Rom, so our Devs can do the same......the difficult is to find a way to port the camera, in Desire or HD2 device.
We can pray and thanks for Desire Dev work in this issue.
I hope this means they can get the camera working on the G2 and myTouch HD roms too
you rock guys!
AMAZING !!!!!! hope we have a working camera !!! SOON...
Thanks devs !!!!

[APK] Deer Reader beta (4+)

Deer Reader is developed by upcoming developer lz2323 and has been redesigned from scratch with layout by BlackBearBlanc.
Deer Reader is an easy and lightweight news reader, with Sophie Reader as first base, evolved to following features:
Google Reader sync
4 Themes (dark and light theme in two styles (blue/orange))
Widgets - 4x1 static / 4x4 scrollable, including dark/light and transparent themes (pro version)
News in Jelly Bean notification dropdown (!)
Swipeable Feedlist
Feedlist look changing according to time of day
Tablet optimized
{
"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"
}
Try it out and leave us a reply.
If you find any bugs, we need the name of your phone + software.
Feedlist changing according to time of day:
Morning:
Mid day:
Afternoon/evening:
Night:
Other stuff:
Big News :
http://goo.gl/9g3Kd (Featured on XDAnews. Will be compatible with Sophie Reader)
BlackBearBlanc no-root theming :
http://goo.gl/qAWuh
______
Thanks to sirtagada for original Nex4psd
...Forthcoming apk's might be posted in thread...so read on along the way:
Latest:
Dec 8:
Apk: Final DeerReader Lite added!
Also added BigNews Lite which can open news in Deer Reader.
Will give it a go... Looks good thus far...Awesome job!
Sent From a Nexus in a Galaxy Far Far Away
For Screen Details --> click http://db.tt/rjizXQ99
Issues when clicking on an item feed in the first category, when clicking to read in more detail. Either links to another story item or just does nothing. All items and all other category are fine.
i.e Categories are my folders i have organised in google like bikes, android, footbal, technology, news, etc
Samsung III STOCK JB.
AudioFiend said:
Issues when clicking on an item feed in the first category, when clicking to read in more detail. Either links to another story item or just does nothing. All items and all other category are fine.
i.e Categories are my folders i have organised in google like bikes, android, footbal, technology, news, etc
Samsung III STOCK JB.
Click to expand...
Click to collapse
Only one category and its feeds don't work?
Here's a quick fix.
Woohoo well done guys! Fantastic work from u both again! Loving this reader,best on android by miles!
Sent from my GT-I9300 using Tapatalk 2
flava69 said:
Woohoo well done guys! Fantastic work from u both again! Loving this reader,best on android by miles!
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Thank you!
lz2323 said:
Only one category and its feeds don't work?
Click to expand...
Click to collapse
I now have issues in all categories links. Example.
Open Sophie reader. Opens up first page all feeds
(no issues)
Scroll feeds are fine and also when I click on a feed to read in more detail.
(no issues)
Now when I open the left side bar to navigate my categories i.e my feeds organised in to subjects (football.news.android.bikes.etc) scrolling is fine as is when I click a subject title. example.
Click Football category title in left bar. All feeds show up fine on the right hand side bigger window and I can scroll through the list with no problems. BUT when I click on a feed to read in more detail the it will link to a wrong feed or just hang or cash. Hope this explains a bit more.
Sent from my GT-I9300 using Tapatalk 2
AudioFiend said:
I now have issues in all categories links. Example.
Open Sophie reader. Opens up first page all feeds
(no issues)
Scroll feeds are fine and also when I click on a feed to read in more detail.
(no issues)
Now when I open the left side bar to navigate my categories i.e my feeds organised in to subjects (football.news.android.bikes.etc) scrolling is fine as is when I click a subject title. example.
Click Football category title in left bar. All feeds show up fine on the right hand side bigger window and I can scroll through the list with no problems. BUT when I click on a feed to read in more detail the it will link to a wrong feed or just hang or cash. Hope this explains a bit more.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Did the version I post it make things worse? Everything goes fine until you click one item in the story list?
When I sync to update,it doesn't update widget I'm still on lasts night lot
Sent from my GT-I9300 using Tapatalk 2
lz2323 said:
Did the version I post it make things worse? Everything goes fine until you click one item in the story list?
Click to expand...
Click to collapse
http://www.youtube.com/watch?v=3c_VY9vJvtM
sorry for the quaility of the clip, but you should see what i have failed to explain! Hope it helps.
I will remove it from public view once you have had a good look it. Just tell me when!
What you will also notice is that when you press the back button after the feed has been opened in more detail, it will return to the all items, when i have been in the bikes sub feeds. The title will say BIKES but shows all items and not the bikes feeds.
Also when clicking on the item to read the feed in more detail, will result in the wrong link being shown, this is hit and miss for the correct item to show correctly.
Also I've noticed when u click on a news feed on widget it goes to a completely different story
Sent from my GT-I9300 using Tapatalk 2
flava69 said:
When I sync to update,it doesn't update widget I'm still on lasts night lot
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Does the sync itself work?
---------- Post added at 03:30 PM ---------- Previous post was at 02:42 PM ----------
AudioFiend said:
http://www.youtube.com/watch?v=3c_VY9vJvtM
sorry for the quaility of the clip, but you should see what i have failed to explain! Hope it helps.
I will remove it from public view once you have had a good look it. Just tell me when!
What you will also notice is that when you press the back button after the feed has been opened in more detail, it will return to the all items, when i have been in the bikes sub feeds. The title will say BIKES but shows all items and not the bikes feeds.
Also when clicking on the item to read the feed in more detail, will result in the wrong link being shown, this is hit and miss for the correct item to show correctly.
Click to expand...
Click to collapse
Thank you for the video! I've got the idea of the issue you encounter. Currently working on it, hopefully I can fix it this morning. I'll post it when it is ready.
I have had a closer look at this and when i open up gReader _ All items when viewed on my computer are not mirrored on all items Sophie Reader hitting sync on both at the same time. Sophie seems to be mixed up. Timeline is wayout. I can email you some snapshots pictures from gReader/computer and sophie/phone if it helps.
Crossed posts.
I am happy to help as I like the concept. I have also noticed a few issues with big news and also when it links to Sophie. Your next fix should sort that, so I will wait till then to post any bugs I have noticed.
Yes sync works ok,just doesn't update widget
Sent from my GT-I9300 using Tapatalk 2
AudioFiend said:
I have had a closer look at this and when i open up gReader _ All items when viewed on my computer are not mirrored on all items Sophie Reader hitting sync on both at the same time. Sophie seems to be mixed up. Timeline is wayout. I can email you some snapshots pictures from gReader/computer and sophie/phone if it helps.
Crossed posts.
I am happy to help as I like the concept. I have also noticed a few issues with big news and also when it links to Sophie. Your next fix should sort that, so I will wait till then to post any bugs I have noticed.
Click to expand...
Click to collapse
Yes, please send me screenshots, they will help me a lot! I'll try my best to fix them.
---------- Post added at 04:12 PM ---------- Previous post was at 04:11 PM ----------
flava69 said:
Yes sync works ok,just doesn't update widget
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
OK...Do you use sync button on the widget or the sync button on the action bar?
Yes sync buttons are still there! Also other problem was when clicking on a news it brings up a different news from wot I chosen
Sent from my GT-I9300 using Tapatalk 2
flava69 said:
Yes sync buttons are still there! Also other problem was when clicking on a news it brings up a different news from wot I chosen
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Clicking widget items and bring you to different news, right?
lz2323 said:
Clicking widget items and bring you to different news, right?
Click to expand...
Click to collapse
Yes that's right mate
Sent from my GT-I9300 using Tapatalk 2
flava69 said:
Yes that's right mate
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Yes the widget doesn't update, I'll fix that.

[Audio Mod] eXtremeBeats Aural Maximizer™

{
"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"
}
Please subscribe to my YouTube, for awesome tech content
â–º Via extensive EQ techniques Beats Audio increases the bass frequencies for a more fun and exciting listening experience
â–ºBeats Audio can enhance high frequencies to add definition and detail​â–ºVocals now become warmer, and cleaner due to better EQ settings hand picked by me
â–ºSpecial equalizers and filters built into PureAudio can re-sample 256KBPS to 320KBPS
â–ºSpecial EQ settings edited by me make audio warmer, and somewhat more open, clearer and cleaner
â–ºSoft frequancy scaling ensures that track noise is minamized
â–ºBoosts call quality and dynamics
â–ºWorks in tandem with SRS to further enhance low frequencies under 60Hz
â–ºBy adjusting the left and right channels of audio SRS can add spacial emphasis on audio
â–ºSRS TRUBASS dynamically enhances ultra low frequencies such as sub bass, and smartly adjusts them for super low bass
â–ºSRS Definition de-muffles lackluster quality audio and can add detail to higher quality audio
â–ºListening to music in your car? SRS Focus has your back. This technology elevates audio to sound like it's at your ears not feet
â–ºAdjusting some mid tones SRS can bring vocals forward, almost as if they were being perceived from a center speaker
â–ºSony's xLoud boosts certain frequencies for a higher perceived volume level throughout your phones speaker
â–ºxLoud dynamically adds volume to your headphones by boosting certain mid tones to make sure listener fatigue is minimized​
New to Aural Maximizer 2 - eXtremeTweaks. Info coming soon.
Compatibility:
This mod will work on almost any device, and has been optimized to run on Jellybean, Kitkat, Lollipop, Marshmallow and Android N. I strongly recommend you to create a backup of your system, as it's difficult to make a audio mod that works for all and you may run into issues. I can assure you however, you will NOT get a hard brick via flashing this. However if something is to go wrong, i'm not responsible as per usual. You will also need at least 10MB free system space to flash this. Remember to give me a thanks if you enjoy this mod. And please do not ask if it works with my device, just test it yourself... Aural Maximizer 2 supports Nougat.
How to install?
Boot into your favorite recovery mount system and data then flash zip, it's as simple as that! If you experience issues try wiping your davlik/art cache and normal cache after install.
Credits:
@guitardedhero - updater script
@Jeeko - Pure Audio, Beats Audio and xLoud @aki_007 - DTS/SRS
Me - Made this mod
You can also find credits while you install this mod in your recovery.
Documentation For Aural Maximizer 2 APK or PDF.
DOWNLOAD
Outdated Versions + Viper Presets
Want to donate?
My work is free, and for the most part it always will be. But if you enjoy my work, and wish to contribute to helping me keep motivated you can gift me on paypal.
Ensure you use this email to gift to: [email protected]
Thanks
This my first message on a site and I Russian, but I couldn't but write.
It is the best sound mod from all that I saw, and I shoveled much.
For information I use sgs3 an insertion of resurrectionremix Android 4.4.2 and it lifted phone on new level!
The scene is probed on the meters, all musical instruments on a place and the bass, my God what bass.
I look forward your new works!
also I will write responses on everyone!
PS. forgive for my English.
@XxAuzzi3L3g3ndx this mod conflicts with viper4android. also the files in init.d folder are not properly permissioned. flashed on my galaxy y duos,stock gb.
Hey, Thanks!
777eagle777 said:
This my first message on a site and I Russian, but I couldn't but write.
It is the best sound mod from all that I saw, and I shoveled much.
For information I use sgs3 an insertion of resurrectionremix Android 4.4.2 and it lifted phone on new level!
The scene is probed on the meters, all musical instruments on a place and the bass, my God what bass.
I look forward your new works!
also I will write responses on everyone!
PS. forgive for my English.
Click to expand...
Click to collapse
Your English is fine very understandable. Thanks for your comment. The mod is still in Beta Stages, but sooner or later ill upload the official. I am still testing this on several devices, music players and devices. Homework is putting me behind a lot. Thanks! Stay tuned!
If you like lots of bass, wait for the eXtraBass series!
Okay, sorry ill fix it a.s.a.p
killoid said:
@XxAuzzi3L3g3ndx this mod conflicts with viper4android. also the files in init.d folder are not properly permissioned. flashed on my galaxy y duos,stock gb.
Click to expand...
Click to collapse
Thanks for this valuable info, I will fix as soon as I have time on my hand. I think I know what went wrong there. As for the conflicts with viper4android, i have not experience noun, yet. Maybe it only conflicts in gingerbread ill try and fix a.s.a.p thanks man
XxAuzzi3L3g3ndx said:
Thanks for this valuable info, I will fix as soon as I have time on my hand. I think I know what went wrong there. As for the conflicts with viper4android, i have not experience noun, yet. Maybe it only conflicts in gingerbread ill try and fix a.s.a.p thanks man
Click to expand...
Click to collapse
well, thanks for your concern. hope we will get a stable release soon. keep up the good work. :good:
Haha, Thanks
killoid said:
well, thanks for your concern. hope we will get a stable release soon. keep up the good work. :good:
Click to expand...
Click to collapse
Haha, thanks dude. So, you are a DJ?
XxAuzzi3L3g3ndx said:
Haha, thanks dude. So, you are a DJ?
Click to expand...
Click to collapse
yeah i was.but couldn't continue for some problems. you know study & life!
killoid said:
yeah i was.but couldn't continue for some problems. you know study & life!
Click to expand...
Click to collapse
Yes, i Understand that! Especially school collage etc... Really difficult times lol. Dj's know what their talking about in music. I'm just a fan of music, who knows what he's talking about. Music sorta is like a anit-stress method ya know.. id love to be a dj haha. Im going to upload the officials in a minute i think i found a major glitch
XxAuzzi3L3g3ndx said:
Yes, i Understand that! Especially school collage etc... Really difficult times lol. Dj's know what their talking about in music. I'm just a fan of music, who knows what he's talking about. Music sorta is like a anit-stress method ya know.. id love to be a dj haha. Im going to upload the officials in a minute i think i found a major glitch
Click to expand...
Click to collapse
yeah you are right! well, nandroid is ready & i am ready to test.
k lol
killoid said:
yeah you are right! well, nandroid is ready & i am ready to test.
Click to expand...
Click to collapse
Okay, uploading now. Tell me what you think once tested... Viper4android may still be iffy though...
XxAuzzi3L3g3ndx said:
Okay, uploading now. Tell me what you think once tested... Viper4android may still be iffy though...
Click to expand...
Click to collapse
What's you uploading?
Sent from my Optimus One using Tapatalk
The new studio
anhsmile said:
What's you uploading?
Sent from my Optimus One using Tapatalk
Click to expand...
Click to collapse
I was uploading the new eXtremeBeats™ Studio v1.0.0 for all to test out. Please make a backup b4 installing!
Link is not work
You can upload on d-host or difference host
Sent from my Optimus One using Tapatalk
Done
anhsmile said:
Link is not work
You can upload on d-host or difference host
Sent from my Optimus One using Tapatalk
Click to expand...
Click to collapse
Accidental gave wrong link... Gave link to my upload console... not a great idea hahaha.
It;s updated with the actual file not my console.
So excited to see this, going to flash soon, just checking, it works on Galaxy S3 4.4.2 (AOSB ProBam) right? Will it conflict with Viper4Android?
Sent from my GT-I9305 using Tapatalk
Well, it was working on many Sgs3
herobrine_second said:
So excited to see this, going to flash soon, just checking, it works on Galaxy S3 4.4.2 (AOSB ProBam) right? Will it conflict with Viper4Android?
Sent from my GT-I9305 using Tapatalk
Click to expand...
Click to collapse
Yeah, should work on yours! As for viper4android, use lock mode. And i think viper4android only conflicts because of android version. If not, as always make a back up and restore point!
Thanks for choosing eXtremeBeats™ :good:
For some reason 2Shared just won't work for me, it'll just redirect me back to the download page after I click the download button. A mirror is appreciated
Sent from my GT-I9305 using Tapatalk
herobrine_second said:
For some reason 2Shared just won't work for me, it'll just redirect me back to the download page after I click the download button. A mirror is appreciated
Sent from my GT-I9305 using Tapatalk
Click to expand...
Click to collapse
Sure What version was that, Sir? eXtraBass or Studio?:laugh:
herobrine_second said:
For some reason 2Shared just won't work for me, it'll just redirect me back to the download page after I click the download button. A mirror is appreciated
Sent from my GT-I9305 using Tapatalk
Click to expand...
Click to collapse
Use the 2Shared isnt working option under my downloads section in this thread! It will redirect you to Google Drive without having to sign in... Enjoy!

Android app review

Hey guys...I recently published my first app on Google playstore..
Link: https://play.google.com/store/apps/details?id=com.nitin.friendstrivia
The app is based on the popular sitcom F.R.I.E.N.D.S. It's a quiz app and i've tried to be really creative with the GUI and sound effects.It would be really nice if you guys could please review the app and let me know what all i can do to improve it..thanks in advance.
here are some of the screenshots from the app:
{
"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"
}
Hey guys...Please review the above app..you can also post links to your apps in the replies and i'll also review them
ListSketcher
Hey,
Cool app. Could improve sound effects
Good UI though. I've rated 5 star for your app :highfive:
Please get me the same for my app too "ListSketcher".
Its an app which can help you manage your day efficiently. The best feature of this app is that you can share your lists with your friends and fellow-mates as a whole file and that file can be opened saved and edited directly from this app on the receiving end.
Play Store Link: play.google.com/store/apps/details?id=com.shwavan.listsketcher
Waiting for your review :fingers-crossed:
Thanks.
voilaworks said:
Hey guys...I recently published my first app on Google playstore..
Link: https://play.google.com/store/apps/details?id=com.nitin.friendstrivia
The app is based on the popular sitcom F.R.I.E.N.D.S. It's a quiz app and i've tried to be really creative with the GUI and sound effects.It would be really nice if you guys could please review the app and let me know what all i can do to improve it..thanks in advance.
here are some of the screenshots from the app:
View attachment 2651247
View attachment 2651248
View attachment 2651249
View attachment 2651250
Click to expand...
Click to collapse
gangeshwark said:
Hey,
Cool app. Could improve sound effects
Good UI though. I've rated 5 star for your app :highfive:
Please get me the same for my app too "ListSketcher".
Its an app which can help you manage your day efficiently. The best feature of this app is that you can share your lists with your friends and fellow-mates as a whole file and that file can be opened saved and edited directly from this app on the receiving end.
Play Store Link: play.google.com/store/apps/details?id=com.shwavan.listsketcher
Waiting for your review :fingers-crossed:
Thanks.
Click to expand...
Click to collapse
Its quite good..the UI is quite efficient and easy to use..i rated it 5 stars-Nitin Gupta
You can join in some Google Android users groups and publish your app there ,I think that will drive a lot of users.
ListSketcher
Thank you Nitin :victory: :highfive:
voilaworks said:
Its quite good..the UI is quite efficient and easy to use..i rated it 5 stars-Nitin Gupta
Click to expand...
Click to collapse
---------- Post added at 10:01 AM ---------- Previous post was at 09:54 AM ----------
Thank you Superman,
Can you please guide us to those groups? By giving us the links?
superman2200 said:
You can join in some Google Android users groups and publish your app there ,I think that will drive a lot of users.
Click to expand...
Click to collapse
Word Cloud Social
Here is my app. I hope that you guys will try it, get addicted to it, provide some good ratings, and may be even pass it on to your friends.
App Name: Word Cloud Social
Description: Word Cloud Social is a mind boggling word game where you can challenge your FRIENDS or play against random opponents. It is a variant of Boggle. Your goal is to find as many English words as you can from the word cloud. If you enjoy playing word games, this game is made just for you. This fast paced word game helps improve your vocabulary and is a must-have for all word game lovers!
Google Play Link: Download
voilaworks said:
Hey guys...I recently published my first app on Google playstore..
Link: https://play.google.com/store/apps/details?id=com.nitin.friendstrivia
The app is based on the popular sitcom F.R.I.E.N.D.S. It's a quiz app and i've tried to be really creative with the GUI and sound effects.It would be really nice if you guys could please review the app and let me know what all i can do to improve it..thanks in advance.
here are some of the screenshots from the app:
Click to expand...
Click to collapse
This is a great app for reskinning. You can easily change the images and questions and voila you have a whole new app. I like the idea.
Just rated it 5-star. I think the images can use some classification because they were blurred on my Nexus 10. Over all a great concept though. Also, please define states for you buttons. There should be an indication when its clicked. Overall a great idea.
superman2200 said:
You can join in some Google Android users groups and publish your app there ,I think that will drive a lot of users.
Click to expand...
Click to collapse
@Superman - Can you please tell us which google group you are referring to. It will help all of us a lot.
auricPuneet said:
Here is my app. I hope that you guys will try it, get addicted to it, provide some good ratings, and may be even pass it on to your friends.
App Name: Word Cloud Social
Description: Word Cloud Social is a mind boggling word game where you can challenge your FRIENDS or play against random opponents. It is a variant of Boggle. Your goal is to find as many English words as you can from the word cloud. If you enjoy playing word games, this game is made just for you. This fast paced word game helps improve your vocabulary and is a must-have for all word game lovers!
Google Play Link: Download
This is a great app for reskinning. You can easily change the images and questions and voila you have a whole new app. I like the idea.
Just rated it 5-star. I think the images can use some classification because they were blurred on my Nexus 10. Over all a great concept though. Also, please define states for you buttons. There should be an indication when its clicked. Overall a great idea.
@Superman - Can you please tell us which google group you are referring to. It will help all of us a lot.
Click to expand...
Click to collapse
hey..thanks for the inputs..i tried your app..personally i love word games.your GUI is nyc..plus i love the color theme.gave it 5 stars..
and can you please elaborate on defining the button states..didn't quite get you there..thanks
auricPuneet said:
Here is my app. I hope that you guys will try it, get addicted to it, provide some good ratings, and may be even pass it on to your friends.
App Name: Word Cloud Social
Description: Word Cloud Social is a mind boggling word game where you can challenge your FRIENDS or play against random opponents. It is a variant of Boggle. Your goal is to find as many English words as you can from the word cloud. If you enjoy playing word games, this game is made just for you. This fast paced word game helps improve your vocabulary and is a must-have for all word game lovers!
Google Play Link: Download
This is a great app for reskinning. You can easily change the images and questions and voila you have a whole new app. I like the idea.
Just rated it 5-star. I think the images can use some classification because they were blurred on my Nexus 10. Over all a great concept though. Also, please define states for you buttons. There should be an indication when its clicked. Overall a great idea.
@Superman - Can you please tell us which google group you are referring to. It will help all of us a lot.
Click to expand...
Click to collapse
Hey there..got what you meant..yeah..i never gave that a thought..will define states in an update..
and man to add to your app...I really liked the effect when you click on the play button..but can you add a feature of playing against the computer? coz i had to wait for almost 10 minutes for another player to join
voilaworks said:
Hey guys...I recently published my first app on Google playstore..
Click to expand...
Click to collapse
I have reviewd and rated your game
Please try my first game too
"https://play.google.com/store/apps/details?id=org.qizz.project1"
voilaworks said:
Hey there..got what you meant..yeah..i never gave that a thought..will define states in an update..
and man to add to your app...I really liked the effect when you click on the play button..but can you add a feature of playing against the computer? coz i had to wait for almost 10 minutes for another player to join
Click to expand...
Click to collapse
Thanks for your comments. Yes, I am also a bit concerned about the delay in game matching. This occurs because there is no other qued up for random game. It should go away when the user base expands. But I do need to address it somehow because no one likes to wait 10 minutes to start a game.
Ruzzle, which is similar to our game, has a bot system in place. But then it feels like cheating your users because its not a human player.
Search groups in Google+ like :
Android photography
Android games
and so on.
gangeshwark said:
Thank you Nitin :victory: :highfive:
---------- Post added at 10:01 AM ---------- Previous post was at 09:54 AM ----------
Thank you Superman,
Can you please guide us to those groups? By giving us the links?
Click to expand...
Click to collapse
auricPuneet said:
Thanks for your comments. Yes, I am also a bit concerned about the delay in game matching. This occurs because there is no other qued up for random game. It should go away when the user base expands. But I do need to address it somehow because no one likes to wait 10 minutes to start a game.
Ruzzle, which is similar to our game, has a bot system in place. But then it feels like cheating your users because its not a human player.
Click to expand...
Click to collapse
I do hope ur user base expands soon..really liked ur game
rated your app 5stars "Great Effort!!":fingers-crossed:
here is my App: C Locker:
https://play.google.com/store/apps/details?id=com.ccs.lockscreen
voilaworks said:
Hey guys...I recently published my first app on Google playstore..
Link: https://play.google.com/store/apps/details?id=com.nitin.friendstrivia
The app is based on the popular sitcom F.R.I.E.N.D.S. It's a quiz app and i've tried to be really creative with the GUI and sound effects.It would be really nice if you guys could please review the app and let me know what all i can do to improve it..thanks in advance.
here are some of the screenshots from the app:
View attachment 2651247
View attachment 2651248
View attachment 2651249
View attachment 2651250
Click to expand...
Click to collapse
astoncheah said:
rated your app 5stars "Great Effort!!":fingers-crossed:
here is my App: C Locker:
https://play.google.com/store/apps/details?id=com.ccs.lockscreen
Click to expand...
Click to collapse
I already have your app in my phone...its pretty awsm! thumbs up
voilaworks said:
I do hope ur user base expands soon..really liked ur game
Click to expand...
Click to collapse
Thanks for the encouragement. I hope so for all of us. For now, I am encouraging all the friends and family members to que up frequently to make up for lack of users. Today, the average waiting time has come down to under 5 minutes which is a good thing .

Categories

Resources