[Q&A] [MOD] AIO batch file, 1 click install - Samsung Gear 2 Neo

Q&A for [MOD] AIO batch file, 1 click install
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:

AIO batch file
Tried to click and run this like i would any batch file but wont run for me. I am on windows 8.1 idk
if that makes a difference. i can run some of the commands through in CMD running as admin but
i can not get them all to work. I get as far as getting into sbd shell but nothing else. Can anyone help with this

Vortex_User said:
Tried to click and run this like i would any batch file but wont run for me. I am on windows 8.1 idk
if that makes a difference. i can run some of the commands through in CMD running as admin but
i can not get them all to work. I get as far as getting into sbd shell but nothing else. Can anyone help with this
Click to expand...
Click to collapse
thats odd, no one else has had that problem, try this http://forum.xda-developers.com/gea...aio-tizenmod-stable-mods-themes-apps-t2897215

i tossed what i thought was the batch file on notepad++ and noticed there wasnt anything in it lol. grab the right one after i already ran the commands by hand :good: must have been a derp moment

Related

Need mac adb help

I am trying to install the new Hero OS, and can gain adb mount, but when the file I want to upload is on my desktop, adb wont see it. I have also tried adding it to the tools folder of the sdk itself, and it still doesnt see it.
Can anyone help me out a bit? I have even tried writing the full path to the file, but i dont think i have that correct either. So far i have tried these:
adb push app_s /system/sd/app_s
"cannot stat "app_s": No such file or directory"
I also have tried various forms of this, but still get the above responce.
adb push C:\users\username\app_s /system/sd/app_s
Is this a problem with not see ing the file, or am i maybe trying to push it to a non-existant directory on my sd. I dunno, i have searched on here for anything adb, but when you search, nothing comes up.
I have been listening to the stupid htc jingle for over an hour simply trying to figure out how to push a file, so please help me keep my sanity..
you did install the SDK right?
http://developer.android.com/sdk/1.5_r2/index.html
if so, you need to add it to your path or give the full path to where you installed it every time you execute the command
you're even not very smart, or completely lost.
lolz, i'm j/k
i'm a mac user too, pm me you ichat i'll help you out.
i looked at my PATH,
(/Users/tslate/Desktop/fastboot:Users/tslate/Desktop/SDK/tools:
/Users/tslate/Desktop/SDK/tools:/Users/tslate/Desktop/SDK/tools/adb:
tslate/Desktop/SDK/tools/adb:/tslate/Desktop/SDK/tools/adb:
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin)
and added the folder to the tools folder and the fastboot folder, but this still doesnt work for me. Still getting Cannot stat 'app_s': No such file or directory exists.
Any ideas?
need mac adb help
I dont understand but my thread was moved to general for some reason so here it is again.
I cannot make adb find local files to push to my g1. I can and do have adb mount though. My PATH is:
/Users/tslate/Desktop/fastboot:Users/tslate/Desktop/SDK/tools:/Users/tslate/Desktop/SDK/tools:/Users/tslate/Desktop/SDK/tools/adb:tslate/Desktop/SDK/tools/adb:/tslate/Desktop/SDK/tools/adb:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
I have tried adding the local file to both the tools folder of the sdk itself, and to the "fastboot" folder mentioned in the PATH, but i get the following error:
cannot stat 'localfile': No such file or directory
Anyone have an idea?
It was moved to general, because it is a general android (poorly worded) question.
Please don't make duplicate threads.
I'm sorry, but I guess I didnt really know there was any other way to ask. I and prob many others here are trying to learn what you guys already seem to know. If I'm going to be called stupid, I would at least like to know the proper procedure is for asking.
I didn't see anyone call you stupid, except one person who said "you're even not very smart, or completely lost." but was just kidding.
neoobs said:
I didn't see anyone call you stupid, except one person who said "you're even not very smart, or completely lost." but was just kidding.
Click to expand...
Click to collapse
Ok, so not stupid, but unable to write a question correctly. So what's the correct way for me to ask this? Im not trying to be a smartass, but when things like this happen, and people don't understand what they did to receive such treatment, it reflects poorly on the xda dev community, and makes it hard to appease the powers that be and get my question answered. So how can i reword the aforementioned poorly written question differently?
For that I point you to some threads, which are all stickied by the way.
http://forum.xda-developers.com/showthread.php?t=479704
http://forum.xda-developers.com/showthread.php?t=519523
http://forum.xda-developers.com/showthread.php?t=480521
how did you setup your variable?
i can adb just fine on my windows computer. i have no idea how to set up the adb on my mac. how do i set the variable?
neoobs said:
For that I point you to some threads, which are all stickied by the way.
http://forum.xda-developers.com/showthread.php?t=479704
http://forum.xda-developers.com/showthread.php?t=519523
http://forum.xda-developers.com/showthread.php?t=480521
Click to expand...
Click to collapse
I actually did do a search through both those adb threads, as well as a search through the general developer forum, which returns 0 results for the term "adb". My question isnt answered in either of those threads which are mostly windows based from what i have seen.
Since no one can really give me an answer on how to make the question better or more to the point so I dont get locked/moved/etc. I'm going to assume there isnt one.
Thanks to those that actually tried to help.
Thread locked. Don't create another one until you learn to read.

Resigning problems.... (framework-res.apk)

Hello,
as no one answered my question on the old "transition" animation for windows, i tried to do the job myself... so after i figured out, how the whole thing works ( at least i think it does. ) i tried replacing the files in the res/anim folder on the framework-res.apk in /system/framework... i had problems resigning the files, but somehow got it to work by placing the file in the same dir as resign.jar and running:
java -classpath testsign.jar testsign framework-res.apk
it worked without any errors... however on bootup, when trying to get into the lockscreen, it just keeps force closing EVERYTHING whenever it tries to start up... any suggestions?
i would recommend setting up the auto-signing tool that stericson posted in the themes section.
david1171 said:
i would recommend setting up the auto-signing tool that stericson posted in the themes section.
Click to expand...
Click to collapse
i've tried that one, it's the one that fails whenever i click "Resign APK" from the context menu.
david1171 said:
i would recommend setting up the auto-signing tool that stericson posted in the themes section.
Click to expand...
Click to collapse
Agreed. Right click/resign is a wonderful thing.
so.... the right click sign works now for me... but still, it won't boot up when ever i change something in the framework-res.jar.... (everything FCs on menu press from lockscreen)
how lame... no ideas at all?

How do you Root Froyo on the Captivate the Easiest way?

I have the one click root on my computer. I was able to root stock 2.1 but not Froyo. I cant seem to get a normal Update.zip to reinstall to root it. Can anyone help me out with this? Thank you
Have you used adb before? Its easy. Just need to get the sdk dev kit. Then go here.
http://forum.xda-developers.com/showthread.php?t=797397
smokestack76 said:
Have you used adb before? Its easy. Just need to get the sdk dev kit. Then go here.
http://forum.xda-developers.com/showthread.php?t=797397
Click to expand...
Click to collapse
I never have. But Im to nervous to attempt it bud lol
Its not hard. You can PM me if you want. Its easier than all the flashing to swap Kernels i think.
smokestack76 said:
Its not hard. You can PM me if you want. Its easier than all the flashing to swap Kernels i think.
Click to expand...
Click to collapse
+1 Its easier to cut and paste between windows. I also like to see how adb commands are used.
Terrigno said:
I never have. But Im to nervous to attempt it bud lol
Click to expand...
Click to collapse
If you're comfortable with flashing Froyo using adb shouldn't be a problem.
cappysw10 said:
If you're comfortable with flashing Froyo using adb shouldn't be a problem.
Click to expand...
Click to collapse
I sent smokestack a PM to see if he can help me out on how to do it. I just flashed the phone with Froyo following the directions here. I wasnt to sure about what I was doing but I did everything and it all eventually worked out well, with a couple scares lol. Im new to the rooting scene. I mean Im pretty savy when it comes to certain stuff and I was easy to install beta leaks and builds with BlackBerrys for 3 years. Im new to Android since the Captivate came out, so Im slowly trying to learn the tricks of the trade
Terrigno said:
I sent smokestack a PM to see if he can help me out on how to do it. I just flashed the phone with Froyo following the directions here. I wasnt to sure about what I was doing but I did everything and it all eventually worked out well, with a couple scares lol. Im new to the rooting scene. I mean Im pretty savy when it comes to certain stuff and I was easy to install beta leaks and builds with BlackBerrys for 3 years. Im new to Android since the Captivate came out, so Im slowly trying to learn the tricks of the trade
Click to expand...
Click to collapse
Sent you a reply as well.
I was wondering if someone was also willing to help me, the instructions on the link are kinda of vague I think
we are working on it
Seems that adb does not like Win7. Anyone else see issues?
smokestack76 said:
Seems that adb does not like Win7. Anyone else see issues?
Click to expand...
Click to collapse
nope. been working fine on mine since July....i have it on 3 machines all running win7 64bit ultimate
alme1304 said:
I was wondering if someone was also willing to help me, the instructions on the link are kinda of vague I think
Click to expand...
Click to collapse
The instructions seemed clear as day to me. Put the phone in debug mode, use adb to push the files, execute a shell script, use sqlite3 to allow side loading, change permissions on the files you pushed, and reboot.
Sent from my SAMSUNG-SGH-I897 using XDA App
rajendra82 said:
The instructions seemed clear as day to me. Put the phone in debug mode, use adb to push the files, execute a shell script, use sqlite3 to allow side loading, change permissions on the files you pushed, and reboot.
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
you are forgetting one important step that nobody seems to want to do.
learn what all that means
its a gimme gimme gimme world....gimme now, i dont want to understand it! just do it for me!
Pirateghost said:
you are forgetting one important step that nobody seems to want to do.
learn what all that means
its a gimme gimme gimme world....gimme now, i dont want to understand it! just do it for me!
Click to expand...
Click to collapse
Kinda. Seems the OP here has win7 and i cant get it to play right. I see the above poster said they have it. Please post some info
rajendra82 said:
The instructions seemed clear as day to me. Put the phone in debug mode, use adb to push the files, execute a shell script, use sqlite3 to allow side loading, change permissions on the files you pushed, and reboot.
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
I think what they are looking for is where to put the files that they download. I know in the rooting tread, it was missing. I also think some people do it differently, so it may help just to let them know how you find it easiest to navigate to them, etc.
Personally, I take the files that were downloaded and extract them all. Then make sure you have downloaded the android SDK program and put it on the root of your computers hard drive such as drive C:. Then add those files you downloaded to the "Tools" file within sdk.
To navigate to them with command prompt, it would look like: cd C:\android-sdk-windows\tools
Then run the commands as listed in the tread.
Hope this helps.
Perhaps this is not the answer you are looking for, but if you are comfortable flashing roms, flash Cognition 2.2 (its already rooted).
Good luck
ronandi said:
Perhaps this is not the answer you are looking for, but if you are comfortable flashing roms, flash Cognition 2.2 (its already rooted).
Good luck
Click to expand...
Click to collapse
Its funny all the n00b post. I guess i dont know what im doing
Gr8Danes said:
I think what they are looking for is where to put the files that they download. I know in the rooting tread, it was missing. I also think some people do it differently, so it may help just to let them know how you find it easiest to navigate to them, etc.
Personally, I take the files that were downloaded and extract them all. Then make sure you have downloaded the android SDK program and put it on the root of your computers hard drive such as drive C:. Then add those files you downloaded to the "Tools" file within sdk.
To navigate to them with command prompt, it would look like: cd C:\android-sdk-windows\tools
Then run the commands as listed in the tread.
Hope this helps.
Click to expand...
Click to collapse
I'm running W7 and am having issues with adb. I'm a noob to android but I'm learning. Anyway, I tried your suggestion of adding the files to the tools directory but when I enter "su" the system returns "su: not found". Any help?
Moved to Q&A.

Honeycomb + market

Hey everyone, I've been following the Honeycomb developments on the nook, but havent posted yet. I just got my nook this weekend and immediately installed deeper blue's Honeycomb ROM on the SD card without rooting my nook.
It is great and he deserves all the praise in the world, but unfortunately does not have a ton of use to me without being able to download items from the market.
I'm not very experienced in programing in general or using the android sdk or adb.
I tried installing the market using the instructions in the following places:
w w w.addictivetips.com/mobile/what-is-adb-and-how-to-install-it-android/
w w w.addictivetips.com/mobile/install-android-3-0-honeycomb-and-market-on-nook-color/
After 2+ hours of frustration, I was finally able to get my device recognized in the command prompt using "adb devices" or something like that.
However, when I copied and pasted the commands, the command prompt text just scrolled and then the command prompt closed all together.
Alas, there was no market on my honeycombed nook.
Any ideas where I could have been going wrong?
I could really use an extremely basic step-by-step here.
Unfortunately, I wont be able to test anything until I get home from work later tonight.
Thanks in advance for any ideas or tips.
http://forum.xda-developers.com/showthread.php?t=937752
forsaken82 said:
http://forum.xda-developers.com/showthread.php?t=937752
Click to expand...
Click to collapse
I saw that, but didnt know if it was the same thing I was looking for. I dont remember if I tried it or not.
Is it just as simple as it sounds? What directory exactly do I extract it in? The platform-tools folder?
Then just double click that one file and it should automatically install the market on my device?
Are there any prereqs? Like I said in my original post, I THINK i got my device recognized in the command prompt, as it gave me a serial number in the response.
Sorry for the noob questions, but I am truly unexperienced.
Yup. It makes the files pushable. From there just copy paste his code
Sent from the honeynook pad
n4m347yp3 said:
Yup. It makes the files pushable. From there just copy paste his code
Sent from the honeynook pad
Click to expand...
Click to collapse
Im actually typing from my honeynook now.
The script worked like a charm and i now have gmail, market, etc.
Thanks everyone!
pman555 said:
Hey everyone, I've been following the Honeycomb developments on the nook, but havent posted yet. I just got my nook this weekend and immediately installed deeper blue's Honeycomb ROM on the SD card without rooting my nook.
It is great and he deserves all the praise in the world, but unfortunately does not have a ton of use to me without being able to download items from the market.
I'm not very experienced in programing in general or using the android sdk or adb.
I tried installing the market using the instructions in the following places:
w w w.addictivetips.com/mobile/what-is-adb-and-how-to-install-it-android/
w w w.addictivetips.com/mobile/install-android-3-0-honeycomb-and-market-on-nook-color/
After 2+ hours of frustration, I was finally able to get my device recognized in the command prompt using "adb devices" or something like that.
However, when I copied and pasted the commands, the command prompt text just scrolled and then the command prompt closed all together.
Alas, there was no market on my honeycombed nook.
Any ideas where I could have been going wrong?
I could really use an extremely basic step-by-step here.
Unfortunately, I wont be able to test anything until I get home from work later tonight.
Thanks in advance for any ideas or tips.
Click to expand...
Click to collapse
Hello,
I am the Mobile Technology Editor at AddictiveTips and both the guides that you quoted here were written by my writers and heavily edited by me. The issue lied in you not following one crucial step of the ADB guide - it seems you didn't add the tools and platform-tools folders of your SDK installation to your computer's PATH variable as outlined in that guide.
Doing that basically makes things a lot easier as you don't have to copy files for any such hacks or tricks into the tools or platform-tools folder of ADB and it keeps those folders clean, containing only the default tools files. It also eliminates the risk of you deleting any of those essential files when you are done with your customization and delete the files that you pasted there earlier.
The script you used was awesome as well...jleecong has done an excellent job at putting it together and I will update my guide to include it. Just like you, I've also got to thank forsaken82 for bringing it to my attention as while the guide I featured does install Market, enabling you to install the rest yourself...this one installs some other useful apps for you directly too. =)
HQRaja said:
Hello,
I am the Mobile Technology Editor at AddictiveTips and both the guides that you quoted here were written by my writers and heavily edited by me. The issue lied in you not following one crucial step of the ADB guide - it seems you didn't add the tools and platform-tools folders of your SDK installation to your computer's PATH variable as outlined in that guide.
Doing that basically makes things a lot easier as you don't have to copy files for any such hacks or tricks into the tools or platform-tools folder of ADB and it keeps those folders clean, containing only the default tools files and eliminates the risk of you deleting any of those essential files when you are done with your customization and delete the files that you pasted there earlier.
Click to expand...
Click to collapse
Thank you for your reply, but I have already figured everything out using a script.
I actually did add the tools and platform-tools folders to the PATH variable though.
Either way, the issue has been resolved.
pman555 said:
Thank you for your reply, but I have already figured everything out using a script.
I actually did add the tools and platform-tools folders to the PATH variable though.
Either way, the issue has been resolved.
Click to expand...
Click to collapse
It should definitely work if you added those folders to the PATH variable correctly - it has been tested by many users to work successfully. I am now curious on what sort of error you received but most likely you wouldn't have saved the output from those commands. In any case, as long as you got it working, it's all good. =)
EDIT: Just out of curiosity...did you copy and paste the commands there all together or did you enter them one by one?

[Q&A] [GUIDE] How to Flash a ROM WITHOUT an SD Card

Q&A for [GUIDE] How to Flash a ROM WITHOUT an SD Card
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [GUIDE] How to Flash a ROM WITHOUT an SD Card. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
flashing rom w/o sd card
hello i saw this thread http://forum.xda-developers.com/showthread.php?t=911228
and ive got few questions.
well i wanted to flash this rom http://forum.xda-developers.com/showthread.php?t=2634729 on my samsung galaxy s3 lte (rooted).
unfortunately i dont have sdcard.
so on the guide i just linked above says "Access to a computer that had AndroidSDK tools on it - you'll be using ADB"
What does it mean? do i have to download androidSDK tools on my computer? i looked for this on google and all i can see and downloaded is android studio.
next one is "Put whichever ROM.zip you want to flash in your android-sdk\tools folder - I would rename it to something simple. (My example which I'll be using for this tut is: C:\AndroidSDK\toosl\ROM.zip)"
where is that android-sdk\tools folder? is it on my phone or on computer?
"Navigate to your android-sdk\tools directory"
the same question here, where should i navigate this? on my phone or computer?
Please can u help me out how to flash rom w/o sdcard?

Categories

Resources