ok...so before anyone gets all crazy, I want to maybe ask a simple direction or two..maybe just a few correct words to google would be great because ive been looking for days and i cant find what im looking for...
https://github.com/cbucz24
ok, really simple...Ive done a bunch of setup steps on my pc, after i got quite a bit set up into things, I decided against just building the cookie cutter rom from source.
Reason i started was because I wanted a few parts of different roms. So thats what I did. I read about what parts I would need to build the rom and i gathered them up from a few places. I think i have them all now, but Im not sure of my next step. I included a link to my git.
Before I got too far and wasted hours of time not going anywhere, i wanted to run it by a few and see if I was headed to the right direction or if someone would point me that way...
what Im thinking, in my platform manifest I need to somehow link all the parts of the rom together. then i can start to build and sync my repo.
If this is right, I just need some pointers as to how to do this next step please...Im not even sure what verbage im looking for to start searching. Ive looked all around...
I realize this is pretty deep to "start" my first project on but im stubborn and determined. suggestions??
Really? 76 views an not one suggestion?
Sent from my PC36100 using Tapatalk 2
cbucz24 said:
Really? 76 views an not one suggestion?
Sent from my PC36100 using Tapatalk 2
Click to expand...
Click to collapse
Your asking people to do all of your work for u, that's probably why there's no response. Combining a bunch of different ROM pieces together isn't very easy. There's a lot of make files that will have to be edited, a lot of files that call on other files. Ull have to dig thru so much source, and do so much trial and error, that its gna by a lot of work for whoever might even attempt to help u. It all has to do with fixing files that call on directories and other files.
cbucz24 said:
I realize this is pretty deep to "start" my first project on but im stubborn and determined. suggestions??
Click to expand...
Click to collapse
Show people here you have at least tried to help yourself, spend the time attempting to learn it. Ask questions along the way.
No, I was just looking for a direction. I'm fine with research and reading. I just didn't know where to start. I'll find it myself.. its no wonder sometimes at other sites ppl say such bad things about guys here...
I've met a lot of great ppl here, apparently I'll stay in my corner cuz its not in this section . :beer:
Sent from my PC36100 using Tapatalk 2
cbucz24 said:
No, I was just looking for a direction. I'm fine with research and reading. I just didn't know where to start. I'll find it myself.. its no wonder sometimes at other sites ppl say such bad things about guys here...
I've met a lot of great ppl here, apparently I'll stay in my corner cuz its not in this section . :beer:
Sent from my PC36100 using Tapatalk 2
Click to expand...
Click to collapse
Hey don't get all snappy dude. U wanna know why there are a**holes here? Cuz of people like u who come in here, ask a question, then 2 daya later, u post a comment about, 'really, 76 views and nothing'. U act like ur ENTITLED to someone helping u. No one here has to do **** for u. So quit acting like a spoiled 5 year old who has to wait for some Christmas presents, and grow the hell up. We do this stuff for fun, and when people like u come around, acting like a ****, well, what do u expect??
ok...my bad, its not an excuse, but its all i got...so, im sorry all. I recently quit smoking and just about everything pisses me off..
anyways, Im not looking for handouts guys. I just really haven't got a clue. Ive taken classes for programming java and c++ and I have books, etc.
they all have basic info, to in depth stuff...android doesnt offer much of anything. its so scattered and self taught that its hard to find detailed explaining answers to anything.
Anyways, Ive resorted to the tutorial for compiling jb with ubuntu on here.. seems to tell me a few basics, but in my attempts, i think i may have linked my laptop to the git I posted in the OP...
Is there a way to delete all references to the git I created?
Im thinking, if I can get that built and started..i may be able to learn from there how to add parts and pieces manually..
Sync android sources from git google, adding folders (device, vendor, etc...) and compile!:good:
dimon2242 said:
Sync android sources from git google, adding folders (device, vendor, etc...) and compile!:good:
Click to expand...
Click to collapse
Yea, thanks guys. I think I'm beginning to understand this.
Few more questions, do I manually build the platform_manifest?
Is there a basic file structure map for folders?
Sent from my PC36100 using Tapatalk 2
ok im making progress...
rom isnt booting, i did a logcat and I have a few questions...
Code:
W/Zygote ( 1767): Class not found for preloading: android.os.Power
W/Zygote ( 1767): Class not found for preloading: android.text.TextDirectionHeuristics$CharCount
W/Zygote ( 1767): Class not found for preloading: android.text.method.WordIterator$1
W/Zygote ( 1767): Class not found for preloading: android.view.InputHandler
W/Zygote ( 1767): Class not found for preloading: android.view.InputQueue$FinishedCallback
W/Zygote ( 1767): Class not found for preloading: android.view.ViewRootImpl$3
with errors like this, is it better to add these entries into the framework-res.apk somewhere? or would it be better to simply remove any rogue entries from the preloaded-classes file?
edited: I found an answer to part of my question so i figured i would share for anyone else concerning the preloaded-classes file
All preloaded-classes is, is a list of fully qualified class names for zygote to load during system boot. You just edit the file to add or remove classes as desired.
The actual contents of that file is a serious black art, that we continue to try to tune and tweak. There have been various tools written that try to automate the creation of this list (by looking at application sizes, load times, and other metrics), but as of 1.6 it is still something that ultimately needs to be tuned by hand.
That said, if you have a new class in the core framework that gets used in every application, it is probably worth adding to the list. Though watch out what things it is dependent on that it would also caused to be pulled in.
second question please
Code:
E/dalvikvm( 1767): ERROR: couldn't find native method
E/dalvikvm( 1767): Requested: Landroid/webkit/HTML5VideoViewProxy;.nativeOnRestoreState:(I)V
E/JNIHelp ( 1767): RegisterNatives failed for 'android/webkit/HTML5VideoViewProxy', aborting
i read here that i should add the webkit, but neither rom has the missing webkit entry in the ? where do I find the extra files and i guess to they have to be device specific?
Ops, wrong post, please delete...
cbucz24 said:
second question please
Code:
E/dalvikvm( 1767): ERROR: couldn't find native method
E/dalvikvm( 1767): Requested: Landroid/webkit/HTML5VideoViewProxy;.nativeOnRestoreState:(I)V
E/JNIHelp ( 1767): RegisterNatives failed for 'android/webkit/HTML5VideoViewProxy', aborting
i read here that i should add the webkit, but neither rom has the missing webkit entry in the ? where do I find the extra files and i guess to they have to be device specific?
Click to expand...
Click to collapse
LOL, its like im bouncing questions off the inside of my head..and my multiple personality is answering me...
OK, I see where I was wrong in my statement about a "missing entry"...
I pulled apart the .smali webkit and diff the file...
But I cant seem yet to find a proper answer...Ive read to "add" entries and not remove anything when you are patching/diffing files...
but what if some of the entries are just plain different with different answers??
{
"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"
}
Related
Warning!!! Assuming you can find QPST and get it running, don't play around unless you know what you are doing. It is extremely likely you will brick your phone.
In the midst of my poking around I discovered you can enable the phone's diag mode with:
In rom:
Code:
echo 1 > /sys/devices/virtual/android_usb/android0/f_diag/on
In recovery:
Code:
echo 1 > /sys/devices/virtual/usb_composite/diag/enable
I haven't been able to find any driver downloads that work with it, but I did get Window 7 64 bit working:
In fastboot:
Code:
fastboot oem enableqxdm
1. Open Windows device manager
2. Double click on HTC DIAG (or HTC 9k DIAG for LTE, I haven't tried that one yet though)
3. Update Driver
4. Browse My computer for software
5. Let me pick from a list of device drivers on my computer
6. Ports (COM and LPT)
7. HTC Corporation
8. HTC Diagnostic Interface
So far I have only done this from inside my booted rom. I still need to test from recovery.
This is a screen shot of some of what is available in QPST EFS explorer:
{
"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"
}
Here is a small sample of what is available in QPST RF NV Manager:
Very interesting.
Maybe this will lead to something more
Until you release something useful that corresponds to this or are trying to create a think tank for a specific problem, this probably belongs in the general section along with the photos.
con247 said:
Until you release something useful that corresponds to this or are trying to create a think tank for a specific problem, this probably belongs in the general section along with the photos.
Click to expand...
Click to collapse
"If you are posting something that others may use regarding development such as a new ROM, kernel, guide, mod, recovery, or tool, it will be posted there. "
All of my threads have directly pertained to this statement. The android development folder is where this info has generally been posted for other phones, so it seemed reasonable to do so for the Rezound as well.
If mods want to move it I don't care. I was just posting in the place that most closely fit the rules.
Cant you enter this mode with some code on the dialer? I know with sprint phones you can.
fix-this! said:
Cant you enter this mode with some code on the dialer? I know with sprint phones you can.
Click to expand...
Click to collapse
I would assume so, although I don't know the code. The benefit of this method is that it is easily scriptable, and you can use it from recovery (although the path is slightly different).
The only benefits to this diag mode is manually changing the PRL, or if you wanted to provision the phone to another cdma network, Other then that no real development use/need.
bouchedag said:
The only benefits to this diag mode is manually changing the PRL, or if you wanted to provision the phone to another cdma network, Other then that no real development use/need.
Click to expand...
Click to collapse
Man... what is it with people in this forum.
jefffeely said:
Man... what is it with people in this forum.
Click to expand...
Click to collapse
The fact you keep posting worthless information in our development forum.
Sent from my ADR6425LVW using XDA
nosympathy said:
The fact you keep posting worthless information in our development forum.
Sent from my ADR6425LVW using XDA
Click to expand...
Click to collapse
I am sorry that you are the opinion that it is worthless. However, it does have merit and I am glad I posted it for the people that it helped out. Whatever you think, being able to access diagnostic modes for devices is essential to development. All the other people who have posted the same information in the other HTC phone dev forums seem to agree with me. Since It took me quite a while to get some of this working on the rezound due to it not being in this forum, I thought it might be useful to someone else. I personally like sharing information I have learned. The path to enable this diagnostic mode is not the same as any other phone I came across. This leads me to believe that it is useful information.
Just tell us what we can do with it. Then it isn't worthless. That is seriously the only difference. If there is something that can be done with it, by all means, post it. I know you don't want to help me so I won't be expecting anything.
con247 said:
Just tell us what we can do with it. Then it isn't worthless. That is seriously the only difference. If there is something that can be done with it, by all means, post it. I know you don't want to help me so I won't be expecting anything.
Click to expand...
Click to collapse
I honestly assumed that all the all knowing people in this forum would already know why one would want to be able to access our phone with QPST. I've only been doing HTC dev for a couple days and I already figured it out.
Off the top of my head:
Back up NV ram without being in recovery
Full access to EFS
Access to change all NV variables
Radio troubleshooting
Radio transmit power
A real world example would be the ability to trouble shoot the SMS problems associated with using the Rezound on non-Verizon networks.
I wasn't even looking for any of this. All I wanted to do was turn on the serial output over USB, but I came across this information and I thought someone else would find it useful. As I've said before, people thought it was useful for other phones. How was I to know that it would be received as such here.
I know that a lot of you already know this stuff. The problem is that since it was assumed we wouldn't have S-OFF no one has posted it for our phone. That means that the people who are doing dev work more complicated than changing font size in a ROM have had to look elsewhere for information. I haven't posted a single thing in this dev forum that wasn't posted in another HTC phone's dev forum. I also haven't posted anything that was already clearly answered in a post in the rezound forums. I personally think that everything I have posted is relevent to dev work. Other forums have used blurry-cam shots for developing S-OFF. It was reasonable to think that clear highres shots might be useful for something. People are still locking and unlocking their bootloaders. It was reasonable to think that having super CID so that you wouldn't have to lock the bootloaders before flashing an RUU would be useful to some. Personally, I like being able to have my hboot not say "locked". If nothing else, how is that any different from people who like a different splash screen for their phone? I can guarantee I've spent more time in hboot than anyone here has spent looking at their splash screen. Aside from that, I actually have come across some very minuscule things that superCID brings that I can't articulate right now. I'm way too pissed off to get that technical. Maybe it is worthless, but with the work I'm doing it would be stupid to not consider it. Until I posted here I had no clue people would think it was worthless and there wasn't anything in any of our forums to suggest otherwise.
I could go on, but I'll change direction a bit. I'm working on getting 100% pure AOSP working with a current 3.3 kernel and a new customized hboot. I already have the kernel compiled and semi-working and would be in the same place with AOSP but google made changes to their build process in the last month and I ended up with a corrupted build tree. I haven't wanted to say anything because a. I don't want to get people excited if it ended up not working or I decide something else is more interesting, and b. because I want to have something that is past the pre-alpha stage before I say anything.
EVERYTHING I have posted is useful information for the DEV work I am doing. I just wasted 5+ hours dealing with the fact I thought someone else might like the info and having to deal with the snooty people that ruin XDA for the people like me who are doing this kind of work for the pure thrill of the fact that it is borderline impossible. I personally think AOSP is flawed at its core and is ultimately a waste of time, but I don't care because it is still something fun to work on and I'd like to think that I can ultimately make a tiny difference towards fixing the issues I see with it. Discussions like this just make me want to delete my account and just keep the info to myself.
Well if you would have posted that to begin with we wouldn't be having this problem.
con247 said:
Well if you would have posted that to begin with we wouldn't be having this problem.
Click to expand...
Click to collapse
I assumed that all knowing people like you already knew it. I admit it is completely my bad for not going deeper into it. Aside from the fact that I thought I was doing the right thing part of the reason I posted in the dev forums is because I didn't want people who haven't at least read the dev forums messing around with this stuff since there is a pretty much 100% chance of ruining your phone if you don't know what you are doing (and probably not much lower of a chance even if you do. I'm honestly kind of surprised I haven't bricked my phone yet).
best thread ever.
jayochs said:
best thread ever.
Click to expand...
Click to collapse
I think you'd like the other one better.
jefffeely said:
I assumed that all knowing people like you already knew it. I admit it is completely my bad for not going deeper into it. Aside from the fact that I thought I was doing the right thing part of the reason I posted in the dev forums is because I didn't want people who haven't at least read the dev forums messing around with this stuff since there is a pretty much 100% chance of ruining your phone if you don't know what you are doing (and probably not much lower of a chance even if you do. I'm honestly kind of surprised I haven't bricked my phone yet).
Click to expand...
Click to collapse
Since you mentioned it. Might be a good idea to put a big red disclaimer at the top stating that if you don't know what you are doing you will brick your phone.
Concerning aosp are you close to just booting? Or have you been working on ril too?
Sent from my ADR6425LVW using XDA
jefffeely said:
I think you'd like the other one better.
Click to expand...
Click to collapse
oh i love both of them equally.
nosympathy said:
Since you mentioned it. Might be a good idea to put a big red disclaimer at the top stating that if you don't know what you are doing you will brick your phone.
Concerning aosp are you close to just booting? Or have you been working on ril too?
Sent from my ADR6425LVW using XDA
Click to expand...
Click to collapse
Good point, will do so. Don't know why I didn't think of it.
Unfortunately I lost all my work with AOSP. I only just now got the source re-synced. Hopefully it won't take me too long to get back up and going though. I'm going to start from scratch this time instead of building off of someone else's work so when I have errors they will be mine and I won't have to look all over the place trying to figure out what is going on. I did just get done with a basic generic build though so at least that is working.
jayochs said:
oh i love both of them equally.
Click to expand...
Click to collapse
Glad to please.
The best part is that my thanks meter has been going up lol.
Hi guys....
these are some of the best android apps collection ......
file managers
1.inka file manager
2.Solid Explorer Beta2
media players
1.mx video player
2.mvideoplayer
3.google music
launchers
1.atom launcher
2.apex launcher
3.smart launcher
browsers
1.chrome
2.maxthon
3.ics browser+
keyboards
1.thumb
2.A.I keyboard
antivirus
1.avast
2.lookout
root/system
1.root browser
2.faster fix
3.betterbattery stats
4.cpu spy
5.air push detector
6.gotya face trap
navigation
1.sygic
2.google maps
Aokp and cm9 themes
1.jelly bean
2.touchwiz 5.0
3.motoblur
notes
1.experia
2.touchwiz memo
3.catch notes
widgets
1.power toggels
2.switch pro
pictures
1.quickpic
2.just pictures
most of the apps i have listed uses very less ram and also many of them wont run in the background
more will be coming in next week(including more categories)
update-8-9-12
DON'T BE LAZY IT TAKES ME TIME TO DO THIS APPRECIATE IT BY HITTING THANKS BUTTON
if you know any unique/useful application please suggest, thanks.
CHEERS
akarshfrevr said:
if you know any unique/useful application please suggest, thanks.
CHEERS
Click to expand...
Click to collapse
Guide/List- Best Free & Paid Apps For Your Rooted Device
N00B_IN_N33D said:
Guide/List- Best Free & Paid Apps For Your Rooted Device
Click to expand...
Click to collapse
thanks .....I will add some of them on next update
CHEERS
Un-Necessary Thread when you have a much bigger and better collection at the heart of XDA.
http://forum.xda-developers.com/showthread.php?t=1213454
+ These are YOUR "must have apps" not everyones.
Also, this is your first and last warning.
Keep spamming the same questions over and over without searching and not only will you be bashed around on this forum, but others will also report you.
Search the forums.
xriderx66 said:
Un-Necessary Thread when you have a much bigger and better collection at the heart of XDA.
http://forum.xda-developers.com/showthread.php?t=1213454
+ These are YOUR "must have apps" not everyones.
Also, this is your first and last warning.
Keep spamming the same questions over and over without searching and not only will you be bashed around on this forum, but others will also report you.
Search the forums.
Click to expand...
Click to collapse
see this is not ur fathers thread if u don't want to see or use just move on I never ate ur money ......this is my list of apps still plenty are there I will and I will post ......I never copied from anyone so u shut up a bit
Oh snap......its on!
sent from the depths of helly bean
o dayumm ouch
O' dang! I'll go get the popcornz. Anybody else care for a bag? I'm willing to ship popcorn internationally, free of charge!
POPCORNZ 4 EVERYONE!
Sent from my SGH-T959 using Tapatalk 2
akarshfrevr said:
see this is not ur fathers thread if u don't want to see or use just move on I never ate ur money ......this is my list of apps still plenty are there I will and I will post ......I never copied from anyone so u shut up a bit
Click to expand...
Click to collapse
"See this is not ur fathers thread"
That kind of insult may work back in India, but doesn't cut it here bud.
I also don't give a **** about this thread, or you for that matter. What I do care about is you spamming... Lets see about 4 forums with this one thread "must have apps" these are YOUR apps, you can share them, but there is no need to spam them.
Secondly, you and your STUPID questions. No questions are stupid unless you ask something, because going through your posts and looking at the questions you've asked, they are ALL questions that I found answers to ~4 pages back.
No one on this community is your slave, do the research and if you can't find the answer then ask about it.
If you want to continue this, go ahead respond to this, I don't mind. I have ALL the time in the world to point out your stupidity.
Sent from my SGH-T959 using xda app-developers 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"
}
xriderx66 said:
"See this is not ur fathers thread"
That kind of insult may work back in India, but doesn't cut it here bud.
I also don't give a **** about this thread, or you for that matter. What I do care about is you spamming... Lets see about 4 forums with this one thread "must have apps" these are YOUR apps, you can share them, but there is no need to spam them.
Secondly, you and your STUPID questions. No questions are stupid unless you ask something, because going through your posts and looking at the questions you've asked, they are ALL questions that I found answers to ~4 pages back.
No one on this community is your slave, do the research and if you can't find the answer then ask about it.
If you want to continue this, go ahead respond to this, I don't mind. I have ALL the time in the world to point out your stupidity.
Click to expand...
Click to collapse
u are the one who started this ....I look like like cheap indian for u? u might have all the time in the world but I don't have time to fight with u ....my medical school itself is killing me ......see I want to share my apps that's why I have posted in different forums what's tickling u if u want to say then say that properly......who are u to comment on my questions ?go wash ur **** don't come and wash mine ......
xriderx66 said:
"See this is not ur fathers thread"
That kind of insult may work back in India, but doesn't cut it here bud.
I also don't give a **** about this thread, or you for that matter. What I do care about is you spamming... Lets see about 4 forums with this one thread "must have apps" these are YOUR apps, you can share them, but there is no need to spam them.
Secondly, you and your STUPID questions. No questions are stupid unless you ask something, because going through your posts and looking at the questions you've asked, they are ALL questions that I found answers to ~4 pages back.
No one on this community is your slave, do the research and if you can't find the answer then ask about it.
If you want to continue this, go ahead respond to this, I don't mind. I have ALL the time in the world to point out your stupidity.
Click to expand...
Click to collapse
Hi xriderx66
You nothing to say to anybody's thread only "Moderator" can Say
So Please don't dare to tell about anything to my India
this gon be good.
akarshfrevr said:
u are the one who started this ....I look like like cheap indian for u? u might have all the time in the world but I don't have time to fight with u ....my medical school itself is killing me ......see I want to share my apps that's why I have posted in different forums what's tickling u if u want to say then say that properly......who are u to comment on my questions ?go wash ur **** don't come and wash mine ......
Click to expand...
Click to collapse
Please refer back to my original post, and point out to me where I called you a "cheap indian", Also, IDGAF about your medical school. Whats "tickling" me is you asking the same questions over and over again, and not doing your research before doing so. You want me to wash my what? the word ass would be three ***, so .. clarify on that.
khan_frd2002 said:
Hi xriderx66
You nothing to say to anybody's thread only "Moderator" can Say
So Please don't dare to tell about anything to my India
Click to expand...
Click to collapse
Hello Khan,
I'm not insulting India, I was actually born quite near India and have been there multiple times in my childhood.
Represent, Nepal in the house!
sent from the depths of helly bean
i don have time like u xriderx66 to go through each page that is the reason i ask questions without seeing...... if u are getting irritated then dont reply or anwser ............u should have patience man or else u cant do anything .................this should be the end to the fight :highfive:
akarshfrevr said:
i don have time like u xriderx66 to go through each page that is the reason i ask questions without seeing...... if u are getting irritated then dont reply or anwser ............u should have patience man or else u cant do anything .................this should be the end to the fight :highfive:
Click to expand...
Click to collapse
Giving me advice on patience?
Lick my nuts.
akarshfrevr said:
i don have time like u xriderx66 to go through each page that is the reason i ask questions without seeing...... if u are getting irritated then dont reply or anwser ............u should have patience man or else u cant do anything .................this should be the end to the fight :highfive:
Click to expand...
Click to collapse
Not having time to read "EVERY" post is understandable but you have to at least use the search feature. Its is forum rules and doing so could avoid future confrontation.
sent from the depths of helly bean
samsgun357 said:
Not having time to read "EVERY" post is understandable but you have to at least use the search feature. Its is forum rules and doing so could avoid future confrontation.
sent from the depths of helly bean
Click to expand...
Click to collapse
alright next time onwards I will search and later ask u guys alright .......
I have added ROM LINKER (PART C) for showing the LIVE LIST OF OFFICIAL ROMS released for LG L9 and several devices.
This tool will also help you to find latest release of roms for these selected devices.
http://tools.enetsite.com/linker/ (Select Part C)
This is only for information and not for download. For download visit this thread.
WARNING: Please dont play with it. Use only once a day, for only interested model. If you increase the load on the server for no good reason they will block the service for sure
Those who think this thread is useless, please leave us alone and dont post anything here and better do some other valuable work.
In fact, hosting a webpage to fetch data from manufacturer server and do data parsing and presenting through ASP programmed pages is not just like you write documents in MSWord. I have done this with server side asp programming. So pals, please stop saying this is useless post. (Posting all this because this was experienced in O2X forum)
Example:
{
"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"
}
Someone just gave one star to my most threads. Some people are really great.
P760 V10i for Spain today
AS PER MY ROM LINKER >>> http://tools.enetsite.com/linker
P760 V10i for Spain today
LGP760 V10i_00 SPAIN 2013-02-18
LGP760 V10i_00 YOIGO_OPEN_SIMLOCK 2013-02-18
AS PER MY ROM LINKER >>> http://tools.enetsite.com/linker
P765 V10G India (19Feb)
you already have multiple rom finder threads, and as you can see no one is even caring about this one so just stop... stop posting un necessary treads!
Posting that you don't care about ratings gives the exact opposite impression, by the way. :3
mjb1994 said:
you already have multiple rom finder threads, and as you can see no one is even caring about this one so just stop... stop posting un necessary treads!
Click to expand...
Click to collapse
Who are you? You cannot order me to stop like that. Why dont you ignore it :silly:. Some people may find it useful some may not. Its there only for them who find it useful.
AwesomeTurtle said:
Posting that you don't care about ratings gives the exact opposite impression, by the way. :3
Click to expand...
Click to collapse
Thanks for advice. Posted that because I know who that useless fellow is. Some are from other device thread said same thing there also.
Actually this thread is visited by 720 people. At least few have used it. Even I find information about new rom versions here only. I will keep posting any information which I think might be useful. Why should I care of 1/2 person?
V10E P768 Taiwan/Vietnam/Philippines Released (22Feb)
GOOD NEWS FOR P768 TODAY...
Today (22Feb) they released V10E P768 for Taiwan/Vietnam/Philippines TELECOM CONCEPTS INC
As usual, get all three download links here >>> http://forum.xda-developers.com/showthread.php?t=2107971
Why I can't root my P768?SOS
cmahendra said:
GOOD NEWS FOR P768 TODAY...
Today (22Feb) they released V10E P768 for Taiwan/Vietnam/Philippines TELECOM CONCEPTS INC
As usual, get all three download links here >>> http://forum.xda-developers.com/showthread.php?t=2107971
Click to expand...
Click to collapse
:crying:I can't root my P768, even I downgrade it to V10A, please help me.THX
ROGER LAW said:
:crying:I can't root my P768, even I downgrade it to V10A, please help me.THX
Click to expand...
Click to collapse
There are three rooting methods
1) Bin4ry (this or this)
2) Zanakorus33 Edit (mingkee)
3) SRSRoot (doubtful)
Which one you tried? one of first two should work on V10a, if done properly. I do not have this P768 and have not seen any confirmation from any P768 user. There are very few P768 users here. You can try and confirm. Rooting process is harmless in anycase.
Thanks for this (=
BaLiSTa said:
Thanks for this (=
Click to expand...
Click to collapse
plz press thanks button
Today P768GV10A released for TIGO (Caribbean).
Strangely its 3rd release for Caribbean but still V10A. May be its official Launch of L9 in that region for TIGO operator.
Why is this ROM Linker getting bad ratings on Web Of Trust (came with Dolphin Companion on my phone)?
Sent from my LG-P769 using xda app-developers app
saturnianalien said:
Why is this ROM Linker getting bad ratings on Web Of Trust (came with Dolphin Companion on my phone)?
Sent from my LG-P769 using xda app-developers app
Click to expand...
Click to collapse
No idea. May be they dont know me and hence no trust.
EDIT: Yes I dont know them too. who are they?
cmahendra said:
No idea. May be they dont know me and hence no trust.
EDIT: Yes I dont know them too. who are they?
Click to expand...
Click to collapse
Web of Trust comprises of people from the internet. K9's database is also detecting the site as "Spyware Effects". Forgive me for being skeptical, but your page is getting these bad ratings, it's written in a server-side language, and it's asking for the IMEI while assuring it's not being saved or shared. You provide other methods there, but when one doesn't work it suggests entering in the IMEI. Why use this shady tool when there are known methods of discovering the latest ROMs? Personally, I won't risk getting my phone cloned. If you genuinely wanted to build a tool for convenience that performs a small routine, it would make more sense to use a client-side language. Then, we could all see and be sure nothing is being saved to the server disk. How can we tell if you use ASP?
Sent from my LG-P769 using xda app-developers app
saturnianalien said:
Web of Trust comprises of people from the internet. K9's database is also detecting the site as "Spyware Effects". Forgive me for being skeptical, but your page is getting these bad ratings, it's written in a server-side language, and it's asking for the IMEI while assuring it's not being saved or shared. You provide other methods there, but when one doesn't work it suggests entering in the IMEI. Why use this shady tool when there are known methods of discovering the latest ROMs? Personally, I won't risk getting my phone cloned. If you genuinely wanted to build a tool for convenience that performs a small routine, it would make more sense to use a client-side language. Then, we could all see and be sure nothing is being saved to the server disk. How can we tell if you use ASP?
Sent from my LG-P769 using xda app-developers app
Click to expand...
Click to collapse
HA HA HA! You took me seriously. I am in net since 1989 and yes I still wanna ask them "who are they?" It's your wish if you want certificate from them.
cmahendra said:
HA HA HA! You took me seriously. I am in net since 1989 and yes I still wanna ask them "who are they?" It's your wish if you want certificate from them.
Click to expand...
Click to collapse
Being on the net for a long time has nothing to do with stealing IMEIs. In fact, being knowledge of the net makes you more able to do so. They would only rate a site bad if they got a bad experience on the domain tools.ensite.com. Nobody has written comments, so I'm not sure if it's because of the linker or some other 'tool' under that domain that people are getting worked up about. However, I can say that your tool is shady at best. And I don't understand why you'd think I'd trust someone I've never met, just because they've been on the net a long time. Answering the following questions properly, however, would enable me to trust you: Why didn't you write the site with JavaScript or VBScript? Are server-side operations really needed? If so, what operations?
Sent from my LG-P769 using xda app-developers app
saturnianalien said:
Being on the net for a long time has nothing to do with stealing IMEIs. In fact, being knowledge of the net makes you more able to do so. They would only rate a site bad if they got a bad experience on the domain tools.ensite.com. Nobody has written comments, so I'm not sure if it's because of the linker or some other 'tool' under that domain that people are getting worked up about. However, I can say that your tool is shady at best. And I don't understand why you'd think I'd trust someone I've never met, just because they've been on the net a long time. Answering the following questions properly, however, would enable me to trust you: Why didn't you write the site with JavaScript or VBScript? Are server-side operations really needed? If so, what operations?
Sent from my LG-P769 using xda app-developers app
Click to expand...
Click to collapse
Friend. I am not from mobile business and dont need to steal/store imei for any reason. If you are accusing me then its really wrong and bad.
I am web-developer and running my own business very well. I use asp as my primary programming language on web and I am good in it and write pages within few minutes. Its only for my own convinience. One cannot force other to do job in his/her own way.
You see me on xda because I like to be here for my own phone. Trust me if I stop using android (no idea), I may not be seen here anymore. and yes, may be those useful links will also die, if I forget them or dont maintain those domains. So relax.
If you still have any doubts you should not visit those pages and stay on xda. Simple for me, you and everyone. More than 70 thousands people visited it and no one complained.
cmahendra said:
Friend. I am not from mobile business and dont need to steal/store imei for any reason. If you are accusing me then its really wrong and bad.
I am web-developer and running my own business very well. I use asp as my primary programming language on web and I am good in it and write pages within few minutes. Its only for my own convinience. One cannot force other to do job in his/her own way.
You see me on xda because I like to be here for my own phone. Trust me if I stop using android (no idea), I may not be seen here anymore. and yes, may be those useful links will also die, if I forget them or dont maintain those domains. So relax.
If you still have any doubts you should not visit those pages and stay on xda. Simple for me, you and everyone. More than 70 thousands people visited it and no one complained.
Click to expand...
Click to collapse
Is it possible that you could release the ASP source?
Sent from my LG-P769 using xda app-developers app
Most phones and tablets come with this little neat feature. It's a feature with which you can switch between (and stop) applications without actually going back to your drawer and tapping it again.
1. Press and hold your 'home' button.
2. You'll see all the tasks that are running; you can either remove or switch between them.
Don't mind such a short post, but a few people I met were not aware of this feature, so I thought to post it here on XDA, so this can be an avail to more.
Will you get a medal for yourself or we need to give you one? (really confused )
rhar**** said:
Will you get a medal for yourself or we need to give you one? (really confused )
Click to expand...
Click to collapse
A little tip: if you want to try disrespecting someone, make sure you know what you're talking about. Otherwise, it would be best to spend your time learning to offend then being on this site. No offense, of course, just a tip. You sure you read the forum rules?
Xx Jafours xX said:
A little tip: if you want to try disrespecting someone, make sure you know what you're talking about. Otherwise, it would be best to spend your time learning to offend then being on this site. No offense, of course, just a tip. You sure you read the forum rules?
Click to expand...
Click to collapse
Not to be rude, but this is a phone development forum, which means most of us are pretty savvy with our devices. The multitasking function which you have described is one of the most basic functions of the Android OS, so you can safely assume pretty much everyone on this site knows about it. It's cool that you're trying to be helpful though!
EDIT: And then I saw your poll. I see what you did there.
DAFUQ
Xx Jafours xX said:
Most phones and tablets come with this little neat feature. It's a feature with which you can switch between (and stop) applications without actually going back to your drawer and tapping it again.
1. Press and hold your 'home' button.
2. You'll see all the tasks that are running; you can either remove or switch between them.
Don't mind such a short post, but a few people I met were not aware of this feature, so I thought to post it here on XDA, so this can be an avail to more.
Click to expand...
Click to collapse
{
"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"
}
will try soon
rgdlee98 said:
Not to be rude, but this is a phone development forum, which means most of us are pretty savvy with our devices. The multitasking function which you have described is one of the most basic functions of the Android OS, so you can safely assume pretty much everyone on this site knows about it. It's cool that you're trying to be helpful though!
EDIT: And then I saw your poll. I see what you did there.
Click to expand...
Click to collapse
Trust me, there are more than just many people here at XDA that know about heaps of things, yet don't know of some most basic fuctions. Those people had I described in the post were ROM/Kernel developers, yet they were unaware of this little feature. They had knowledge of things I had only heard of. Many people do not experiment too much with their devices; instead, they just jump to development. That's not a bad thing, of course.
Really???
I don't want to bother you or someone around here, but why is this post still here??? I mean this is a community for developing our beloved lg P-500 and by no offense i am telling you for sure that anyone who is entering this site knows about this little ''trick''... If you really want to help someone, post something new and useful, and not something that all android phones have. Actually, if my memory is good, one of the first things that android tells you, is that ''feature'' you're talking about. No offense bud
---------- Post added at 09:15 PM ---------- Previous post was at 08:46 PM ----------
Oh, and by the way, don't try to raise your post count by posting things like they are new features of android. When i first read the title of your post i thought someone found a new feature of android that we all didn't know about. There are millions of android users in the world and i bet that at least 99% of them know about this feature. Maybe they discovered it by curiosity, by pressing that button that isn't really invisible or just by mistake... It's nice that you've tried to help, but be realistic next time please, no offense
justforlgp500 said:
I don't want to bother you or someone around here, but why is this post still here??? I mean this is a community for developing our beloved lg P-500 and by no offense i am telling you for sure that anyone who is entering this site knows about this little ''trick''... If you really want to help someone, post something new and useful, and not something that all android phones have. Actually, if my memory is good, one of the first things that android tells you, is that ''feature'' you're talking about. No offense bud
---------- Post added at 09:15 PM ---------- Previous post was at 08:46 PM ----------
Oh, and by the way, don't try to raise your post count by posting things like they are new features of android. When i first read the title of your post i thought someone found a new feature of android that we all didn't know about. There are millions of android users in the world and i bet that at least 99% of them know about this feature. Maybe they discovered it by curiosity, by pressing that button that isn't really invisible or just by mistake... It's nice that you've tried to help, but be realistic next time please, no offense
Click to expand...
Click to collapse
It would be rather smart of you to read (and of course, try to understand) my previous post. This was meant to be of help those who are not aware of this 'feature'. There are those who don't really mess around with their phones, as I had previously stated. It was not meant to literally 'offend' people, which it seems to have done here. Since you already knew of this feature, you should have just ignored this thread. It was not meant for those who know of it, but for those who did not (yes, really.)
Trying to increase my posts to reach the threshold? Think. If I really wanted to do so, my first 10 posts would probably have been all random Threads. I joined this site on September, 2013, and my 10 threads would have been up months ago if I were really trying to reach it. Now that's common sense. And guess what? This thread was of use to the user 'kunnaliskinng'. Not to mention, there are people who aren't registered on this site, but still get a lot of help from it. This thread, as I said, was meant as help to those who did not know of this little 'feature', and you know, so you'd be better off reading another, bud.
Xx Jafours xX said:
Now that's common sense. And guess what? It was of use to the user 'kunnaliskinng'. This thread, as I said, was meant as help to those who did not know of this little 'feature'
Click to expand...
Click to collapse
:angel:Just Chill Guys ....Its a General Q & A section so don't be rude guys And Please Don't try disrespecting someone specially new comers ...
if you can't encourage anyone , least you can't discourage anyone.
Sorry For My Bad English
primekook said:
:angel:Just Chill Guys ....Its a General Q & A section so don't be rude guys And Please Don't try disrespecting someone specially new comers ...
if you can't encourage anyone , least you can't discourage anyone.
Sorry For My Bad English
Click to expand...
Click to collapse
All I'm doing is getting a good laugh at these fellows. Thank you for saying that, anyways!
Xx Jafours xX said:
All I'm doing is getting a good laugh at these fellows. Thank you for saying that, anyways!
Click to expand...
Click to collapse
Ya you Most welcome...:fingers-crossed:
primekook said:
:angel:Just Chill Guys ....Its a General Q & A section so don't be rude guys And Please Don't try disrespecting someone specially new comers ...
if you can't encourage anyone , least you can't discourage anyone.
Sorry For My Bad English
Click to expand...
Click to collapse
Well, i agree with you. But what if i say i have discovered that long pressing power button brings up a popup from where you can do many things like turning off the phone or putting in airplane mode or so?
rhar**** said:
Well, i agree with you. But what if i say i have discovered that long pressing power button brings up a popup from where you can do many things like turning off the phone or putting in airplane mode or so?
Click to expand...
Click to collapse
ya you are right ...but for senior members this kind features is not new thing And specially for you bcoz you are the one of the best rom developer
Sorry For My Bad English:silly:
{
"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"
}
★ Official Guide, FAQ & Discussion for the ZTE Zmax from METROPCS and TMOBILE ★
Previous thread can be found here
CASES
Eagle Cell
E-Time
EBAY 1
EBAY 2
SCREEN PROTECTORS
EZGaurdz
XTreme Guard
REVIEWS
CNET
Phonearena
GSM Arena
AndroidAuthority
BENCHMARKS
AnTuTu V5.1:
Please read everything, carefully, before posting a question.
FAQ
(Other common questions/answers may be added to this list by posting them in the thread.)
Can I root this phone? / Is there a root for this phone?
NO. Not one of the multitude of root options currently work for this phone. We have exhausted every single option. None exists. The very best minds on XDA worked on it but were unable to make the root stick. (It is a read/write issue) There are no plans to continue development of root by existing XDA devs. At this time, No **ACTUAL** dev is working on this phone. Only novices and those new to root are working on it.
Can I post a link to a root for another phone I found?
NO. It's likely one of the many found below. (see: Untrustworthy sites/links)
Has anyone tried [INSERT THING HERE], yet?
YES. We have been at this for months. We know all the methods, already, and have exhausted them. Anything more would require a brand new method no one has tried or posted about, yet. You can share something that has not been offered before in the old thread or is not one of the Untrustworthy sites listed in the bottom of this post.
Is there a custom ROM/TWRP/ETC?
NO. Until root is achieved, this is an impossibility. If you want the Lollipop feel, why not try Nova Launcher. It has material design built in!
unlocking is the same as rooting, right?
NO. Unlocking is for network access (like using Verizon on a TMOBILE phone). It in no way means you have root.
Is it true TMO/METRO/ZTE is releasing root for this device?
NO. There is zero confirmation of this even being a remote possibility. Only speculation after a single email from an unknown sales rep. Please do not keep this rumor alive. It is the #1 reason the devs stopped working on this phone. #2 was negative attitudes/disrespect.
I just installed/used a file browser and I can get into /system. Is this important?
:
NO. That doesn't help root or show that you have root. Think of it like this: You can use Windows Explorer to view your System32 folder, but you can not manually alter its contents. Being able to see something doesn't mean it is editable/writeable.
How do I turn off connection/touch/etc vibration?
Go to settings> sound> alerts and notifications (Toward the bottom) Uncheck the box associated with the item you want to disable.
Can I...? should I...? Do I...? Is this...? Will you...?
99.9% of your questions have existed and been answered in these amazing forums for YEARS. Please use the search feature built into XDA to find the answer to your common questions.
WILL THIS ROOT WORK?
(If it is in this list, it has been tried multiple times with the same result: FAILURE)
framaroot: NO
TowelRoot: NO
Kingo: NO
shuame / Root Genius: NO
Baidu: NO
Root Ninja: NO
shuaji.360: NO
Tacoroot: NO
Nachoroot: NO
burritos: NO *ONLY FOR KINDLE FIRE
Pie: NO
stump: NO
chainfire: NO
Qualcomm exploit: NO
purpledrake: NO
Iroot/vroot: NO
Srsroot: NO
DC-Unlocker: NO Huawai devices only
zergRush: NO
RootMaster: NO
g2root: NO
zdsrooter: NO
cydia impactor: NO
sunshine: NO
Methods for other phones: NO *Never do this. You can brick your phone. Also, the architecture is almost always going to be different.
Untrustworthy sites/links
(Do not, under any circumstances, post any sites that relate to or contain the following words. They are fake, scams or clickbait. They may even contain viruses. BEWARE.)
upgrade-lollipop
unlockr
how-to-root
downloadsafe
root-android
unlock-bootloader
** reserved **
ATTRIBUTIONS
Material Design Icons used in this thread:
dribbble
iconshock
USEFUL LINKS
Original thread started by @Planterz
ZTE Zmax on Reddit
...
IMPORTANT
Please make sure all posts are on-topic, respectful, succinct, educated, researched, reviewed and have correct (or at least adequate) spelling and punctuation. Thank you!
Also, PLEASE RESPECT ALL DEVS AND THEIR HARD WORK. This is not the place to beg, brag or post messages like "Boy, I'd really like to have root". We all want root, but hounding the devs to do it is not a good motivator. Patience & respect are.
The original discussion thread was closed at my (the OP) request, since I do not own the device, nor do I have any interest in maintaining a database of FAQs or guides or accessories. Thus, a new thread was created by someone who willing and able to keep any and all pertinent information on the first page of discussion, rather than scattered and buried amongst dozens of pages and a couple thousand posts.
@therealduckie It's all yours now.:good:
Add purpledrake to the WILL NOT ROOT zmax list before it's asked.
A fresh start! A great idea @therealduckie and @Planterz :good:
If you need anything, I'm an "@Darth" away!
Lightfeather said:
How on earth can a thread reach the epic proportions of this one, yet the ZTE zmax hasn't been offered its own forum?
Click to expand...
Click to collapse
Because nothing has been achieved yet deserving of its own forum. Forums are granted to devices when there is so much going on with them that there's too many individual threads scattered about the place that it behooves the people that organize XDA to contain them all in one place.
For example, one of my phones, the Samsung Galaxy Light. This phone has a "how do I root" thread, a discussion/development thread (with accompanying Q&A Bot thread), a couple different modified stock ROM threads, a TWRP development thread, and a CyangemMod porting thread (and accompanying Q&A thread). That's like 9 different threads, give or take, plus several more asking specific questions. All scattered throughout the place, but it apparently it's not enough yet to warrant its own subforum. There are many other devices in the same boat.
At this point, all the ZMAX has is discussion. No root, no recovery, no ROMs. Everything there is to talk about with this device is easily contained within a single thread. Turning OP control over to someone willing to maintain it is something I should have thought up a while ago.
Realize also that new forums need moderators to monitor and micromanage them. So if you ask "well, why not just make a new forum?", that's a big reason why not. The forum software can handle it. It'd reduce confusion and clutter. But someone has to herd the cats.
Iroot/vroot no go.
Sent from my Nexus 6 using XDA Free mobile app
Srsroot/kingroot no go.
Sent from my Nexus 6 using XDA Free mobile app
Nachoroot... No go
I think this is somewhat on topic (if not please delete) but I was just able to pair my dualshock 4 controller with the ZMAX. I played a little GTA 3 but with considerable lag. I'm trying different ideas for how to be able to map the buttons so getting in a car isn't L1..anyway, this was amazing to me because I thought you had to root the phone for the DS4 to work. If it's ok I'll post more when I have something else to say on this.
Thanks!
Sent from my Z970 using XDA Free mobile app
Everyone including @Darth there is literally no development at all happening here so what is all the STAY ON TOPIC talk about? I don't understand it. Really I could see if someone was actually doing anything toward achieving root then, ya know, we need to stay on topic. But this is a GENERAL THREAD so what , if any, is the topic. This is, at best, a thread that a few people are trying every one click root in the world.
I'm sorry if I'm hurting anyone's pride or sense of accomplishment or always being negative, but honestly there is no topic here. It's about the Zmax and 99% of the people here have no idea what root truly is or how it even works, let alone have a chance in achieving it themselves for this device. Myself included! I'm just against getting my hopes up or anyone else's for something that is nowhere close to being completed, or started, for that matter! I mean isn't it better to be realistic or is everyone here really that optimistic. I'm all for getting root but we need knowledge to achieve this and without ZTE or a mobile securities expert, cough cough @jcase, then we are just passing the time here, surrounded by friends, at best!
So, in saying all of this, I ask all the people that say, "Stay on topic!" Why can't this thread, be a hangout/ fun/ noob friendly/ awesome freaking place to come and talk to friends and people, that have the same phone, interests, and love for Android.
Also, I ask you,(the OP, @Darth, and etc.) in the kindest, awesomest, only way I know how, to not turn this place into an, "It's in the OP!"/ impatient/ rude response giving everytime/ awkward/ no sense of humor having/ no fun having/ dull/ dead/ boring/ thread!? Because to me that's the vibe I'm getting from this place already! But maybe it's just me, I just don't get why everyone is so uptight and mad about nothing! If development does occur ask people to sit back and watch and listen. But just because you make a thread OP organized with a FAQ table and a few rude sentences doesn't turn this into a Development thread with actual progress. I want my ZMAX rooted as much as the next man really I do we just need more than us to do it. We need to find another DEV like jcase that's willing to help! Even if for a fee AND WE actually treat him or her like a dignified human BEING THIS TIME. I truly believe that is our only hope!
I've been around XDA-Developers for 5+ yrs, yet only been a member a few and I've seen my fair share of awesome threads and I think this could be one!
Live Long and Prosper! \\//
It doesnt take an "expert" (i hate ppl calling me that), it just takes someone dedicated. I have no education in computer science, well i didnt when i started.
johnb380 said:
Everyone including @Darth there is literally no development at all happening here so what is all the STAY ON TOPIC talk about? I don't understand it. Really I could see if someone was actually doing anything toward achieving root then, ya know, we need to stay on topic. But this is a GENERAL THREAD so what , if any, is the topic. This is, at best, a thread that a few people are trying every one click root in the world.
I'm sorry if I'm hurting anyone's pride or sense of accomplishment or always being negative, but honestly there is no topic here. It's about the Zmax and 99% of the people here have no idea what root truly is or how it even works, let alone have a chance in achieving it themselves for this device. Myself included! I'm just against getting my hopes up or anyone else's for something that is nowhere close to being completed, or started, for that matter! I mean isn't it better to be realistic or is everyone here really that optimistic. I'm all for getting root but we need knowledge to achieve this and without ZTE or a mobile securities expert, cough cough @jcase, then we are just passing the time here, surrounded by friends, at best!
So, in saying all of this, I ask all the people that say, "Stay on topic!" Why can't this thread, be a hangout/ fun/ noob friendly/ awesome freaking place to come and talk to friends and people, that have the same phone, interests, and love for Android.
Also, I ask you,(the OP, @Darth, and etc.) in the kindest, awesomest, only way I know how, to not turn this place into an, "It's in the OP!"/ impatient/ rude response giving everytime/ awkward/ no sense of humor having/ no fun having/ dull/ dead/ boring/ thread!? Because to me that's the vibe I'm getting from this place already! But maybe it's just me, I just don't get why everyone is so uptight and mad about nothing! If development does occur ask people to sit back and watch and listen. But just because you make a thread OP organized with a FAQ table and a few rude sentences doesn't turn this into a Development thread with actual progress. I want my ZMAX rooted as much as the next man really I do we just need more than us to do it. We need to find another DEV like jcase that's willing to help! Even if for a fee AND WE actually treat him or her like a dignified human BEING THIS TIME. I truly believe that is our only hope!
I've been around XDA-Developers for 5+ yrs, yet only been a member a few and I've seen my fair share of awesome threads and I think this could be one!
Live Long and Prosper! \\//
Click to expand...
Click to collapse
@jcase I don't suppose you could point me in the right direction when it comes to starting android development? I've got a rudimentary knowledge of Linux, Java, and C but I really don't know where to start learning when it comes to android development. I'm willing to be dedicated, I'm just not sure where to start.
jcase said:
It doesnt take an "expert" (i hate ppl calling me that), it just takes someone dedicated. I have no education in computer science, well i didnt when i started.
Click to expand...
Click to collapse
Sorry friend but can WE as in this thread and community start over with you! Can we be friend again. Don't forsake us for a few bad apples @jcase ! As you have seen and can tell we don't know what we are doing here honestly. Is there anyway you could point us in the right direction. Or maybe get us started somehow. I or maybe We don't want spoonfed or maybe we need spoonfed even if we don't want to say it. But anyways if we don't know where to start how can we finish is all I'm saying!
We need your help and I'm willing to do whatever to help in the endeavour! We do have quite a bounty amount built up $400+ pledged. I don't know if that's enough for you to be interested but I know money would help anyone!
So what I'm asking is for any help friend!
Hope your health is improving. Your life is more important then this phone. So when you're well and rested and ready we are all here waiting with baited breath.
See ya when you are up to it.
jcase said:
It doesnt take an "expert" (i hate ppl calling me that), it just takes someone dedicated. I have no education in computer science, well i didnt when i started.
Click to expand...
Click to collapse
Clayjn said:
Hope your health is improving. Your life is more important then this phone. So when you're well and rested and ready we are all here waiting with baited breath.
See ya when you are up to it.
Click to expand...
Click to collapse
Ditto!
Clayjn said:
Hope your health is improving. Your life is more important then this phone. So when you're well and rested and ready we are all here waiting with baited breath.
See ya when you are up to it.
Click to expand...
Click to collapse
Thanks, my wife just lost her former roommate yesterday to lung infections as well, same first name as me, really freaky.
jcase said:
Thanks, my wife just lost her former roommate yesterday to lung infections as well, same first name as me, really freaky.
Click to expand...
Click to collapse
Our condolences go out to you and your wife. I think I can speak for a lot of the people here when I say that your health and well-being are more important than what this thread is trying to accomplish.
Glad you're getting better!